Uses of Class
com.google.cloud.bigtable.data.v2.models.Range
-
Packages that use Range Package Description com.google.cloud.bigtable.data.v2.models -
-
Uses of Range in com.google.cloud.bigtable.data.v2.models
Classes in com.google.cloud.bigtable.data.v2.models with type parameters of type Range Modifier and Type Class Description class
Range<T,R extends Range<T,R>>
Range API.Subclasses of Range in com.google.cloud.bigtable.data.v2.models Modifier and Type Class Description static class
Filters.QualifierRangeFilter
Matches only cells from columns within the given range.static class
Filters.TimestampRangeFilter
Matches only cells with microsecond timestamps within the given range.static class
Filters.ValueRangeFilter
Matches only cells with values that fall within the given value range.static class
Range.ByteStringRange
Concrete Range for ByteStringsstatic class
Range.TimestampRange
Concrete Range for timestamps
-