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 classRange<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 classFilters.QualifierRangeFilterMatches only cells from columns within the given range.static classFilters.TimestampRangeFilterMatches only cells with microsecond timestamps within the given range.static classFilters.ValueRangeFilterMatches only cells with values that fall within the given value range.static classRange.ByteStringRangeConcrete Range for ByteStringsstatic classRange.TimestampRangeConcrete Range for timestamps
-