public static final class Filters.QualifierRangeFilter extends Range<com.google.protobuf.ByteString,R> implements Filters.Filter, Serializable
Range.BoundType, Range.ByteStringRange, Range.TimestampRange| Modifier and Type | Method and Description |
|---|---|
Filters.QualifierRangeFilter |
clone() |
R |
endClosed(com.google.protobuf.ByteString end)
Creates a new
Range with the specified inclusive end and the current start. |
R |
endClosed(String end)
Creates a new
Range with the specified inclusive end and the current start. |
R |
endOpen(com.google.protobuf.ByteString end)
Creates a new
Range with the specified exclusive end and the current start. |
R |
endOpen(String end)
Creates a new
Range with the specified exclusive end and the current start. |
R |
of(String startClosed,
String endOpen)
Creates a new
Range with the specified inclusive start and the specified exclusive
end. |
R |
startClosed(com.google.protobuf.ByteString start)
Creates a new
Range with the specified inclusive start and the current end. |
R |
startClosed(String start)
Creates a new
Range with the specified inclusive start and the current end. |
R |
startOpen(com.google.protobuf.ByteString start)
Creates a new
Range with the specified exclusive start and the current end. |
R |
startOpen(String start)
Creates a new
Range with the specified exclusive start and the current end. |
RowFilter |
toProto() |
endUnbounded, getEnd, getEndBound, getStart, getStartBound, of, startUnbounded@InternalApi public RowFilter toProto()
toProto in interface Filters.Filterpublic Filters.QualifierRangeFilter clone()
public R of(String startClosed, String endOpen)
Range with the specified inclusive start and the specified exclusive
end.public R startOpen(@Nonnull String start)
Range with the specified exclusive start and the current end.public R startClosed(@Nonnull String start)
Range with the specified inclusive start and the current end.public R endOpen(@Nonnull String end)
Range with the specified exclusive end and the current start.public R endClosed(@Nonnull String end)
Range with the specified inclusive end and the current start.public R startOpen(@Nonnull com.google.protobuf.ByteString start)
RangeRange with the specified exclusive start and the current end.startOpen in class Range<com.google.protobuf.ByteString,R extends com.google.cloud.bigtable.data.v2.models.Range.AbstractByteStringRange<R>>public R startClosed(@Nonnull com.google.protobuf.ByteString start)
RangeRange with the specified inclusive start and the current end.startClosed in class Range<com.google.protobuf.ByteString,R extends com.google.cloud.bigtable.data.v2.models.Range.AbstractByteStringRange<R>>public R endOpen(@Nonnull com.google.protobuf.ByteString end)
RangeRange with the specified exclusive end and the current start.endOpen in class Range<com.google.protobuf.ByteString,R extends com.google.cloud.bigtable.data.v2.models.Range.AbstractByteStringRange<R>>public R endClosed(@Nonnull com.google.protobuf.ByteString end)
RangeRange with the specified inclusive end and the current start.endClosed in class Range<com.google.protobuf.ByteString,R extends com.google.cloud.bigtable.data.v2.models.Range.AbstractByteStringRange<R>>Copyright © 2018 Google LLC. All rights reserved.