public interface PartialRowKeyLiteral
PartialRowKey,
FuzzyRowKeyLiteral| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEqualsStartBytes()
Returns the "start row" bytes used to represent "equals" relational
operator under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
|
byte[] |
getEqualsStopBytes()
Returns the "stop row" bytes used to represent "equals" relational operator
under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
|
byte[] |
getGreaterThanEqualStartBytes()
Returns the "start row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
|
byte[] |
getGreaterThanEqualStopBytes()
Returns the "stop row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
|
byte[] |
getGreaterThanStartBytes()
Returns the "start row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
|
byte[] |
getGreaterThanStopBytes()
Returns the "stop row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
|
byte[] |
getLessThanEqualStartBytes()
Returns the "start row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
|
byte[] |
getLessThanEqualStopBytes()
Returns the "stop row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
|
byte[] |
getLessThanStartBytes()
Returns the "start row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
|
byte[] |
getLessThanStopBytes()
Returns the "stop row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
|
byte[] |
getStartBytes()
Returns the HBase scan "start-row" composite row-key field bytes for this
literal under the various relational, logical operator and other optionally
configurable hashing, formatting and padding features.
|
byte[] |
getStopBytes()
Returns the HBase scan "stop-row" composite row-key field bytes for this
literal under the various relational, logical operator and other optionally
configurable hashing, formatting and padding features.
|
byte[] getStartBytes()
byte[] getStopBytes()
byte[] getEqualsStartBytes()
byte[] getEqualsStopBytes()
byte[] getGreaterThanStartBytes()
byte[] getGreaterThanStopBytes()
byte[] getGreaterThanEqualStartBytes()
byte[] getGreaterThanEqualStopBytes()
byte[] getLessThanStartBytes()
byte[] getLessThanStopBytes()
byte[] getLessThanEqualStartBytes()
byte[] getLessThanEqualStopBytes()
Copyright © 2021. All Rights Reserved.