Class Filters.QualifierRangeFilter
java.lang.Object
com.google.cloud.bigtable.data.v2.models.Range<com.google.protobuf.ByteString,R>
com.google.cloud.bigtable.data.v2.models.Filters.QualifierRangeFilter
- All Implemented Interfaces:
Filters.Filter,Serializable,Cloneable
- Enclosing class:
- Filters
public static final class Filters.QualifierRangeFilter
extends Range<com.google.protobuf.ByteString,R>
implements Filters.Filter
Matches only cells from columns within the given range.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.cloud.bigtable.data.v2.models.Range
Range.BoundType, Range.ByteStringRange, Range.TimestampRange -
Method Summary
Modifier and TypeMethodDescriptionclone()endClosed(com.google.protobuf.ByteString end) Creates a newRangewith the specified inclusive end and the current start.Creates a newRangewith the specified inclusive end and the current start.endOpen(com.google.protobuf.ByteString end) Creates a newRangewith the specified exclusive end and the current start.Creates a newRangewith the specified exclusive end and the current start.Creates a newRangewith the specified inclusive start and the specified exclusive end.startClosed(com.google.protobuf.ByteString start) Creates a newRangewith the specified inclusive start and the current end.startClosed(String start) Creates a newRangewith the specified inclusive start and the current end.startOpen(com.google.protobuf.ByteString start) Creates a newRangewith the specified exclusive start and the current end.Creates a newRangewith the specified exclusive start and the current end.toProto()Methods inherited from class com.google.cloud.bigtable.data.v2.models.Range
endUnbounded, getEnd, getEndBound, getStart, getStartBound, of, startUnbounded
-
Method Details
-
toProto
- Specified by:
toProtoin interfaceFilters.Filter
-
clone
-
of
Creates a newRangewith the specified inclusive start and the specified exclusive end. -
startOpen
Creates a newRangewith the specified exclusive start and the current end. -
startClosed
Creates a newRangewith the specified inclusive start and the current end. -
endOpen
Creates a newRangewith the specified exclusive end and the current start. -
endClosed
Creates a newRangewith the specified inclusive end and the current start. -
startOpen
Description copied from class:RangeCreates a newRangewith the specified exclusive start and the current end. -
startClosed
Description copied from class:RangeCreates a newRangewith the specified inclusive start and the current end.- Overrides:
startClosedin classRange<com.google.protobuf.ByteString,R extends com.google.cloud.bigtable.data.v2.models.Range.AbstractByteStringRange<R>>
-
endOpen
Description copied from class:RangeCreates a newRangewith the specified exclusive end and the current start. -
endClosed
Description copied from class:RangeCreates a newRangewith the specified inclusive end and the current start.
-