public interface WildcardPartialRowKeyLiteral extends PartialRowKeyLiteral
PartialRowKey,
FuzzyRowKeyLiteral| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBetweenStartBytes()
Returns the "start row" bytes used under certain conditions to represent a
wildcard operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
|
byte[] |
getBetweenStopBytes()
Returns the "stop row" bytes used under certain conditions to represent a
wildcard operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
|
getEqualsStartBytes, getEqualsStopBytes, getGreaterThanEqualStartBytes, getGreaterThanEqualStopBytes, getGreaterThanStartBytes, getGreaterThanStopBytes, getLessThanEqualStartBytes, getLessThanEqualStopBytes, getLessThanStartBytes, getLessThanStopBytes, getStartBytes, getStopBytesbyte[] getBetweenStartBytes()
byte[] getBetweenStopBytes()
Copyright © 2021. All Rights Reserved.