static ScanTerm |
ScanTerm.exclusive(byte[] id) |
Creates an exclusive ScanTerm from a byte array.
|
static ScanTerm |
ScanTerm.exclusive(String id) |
Creates an exclusive ScanTerm from a UTF-8 string.
|
ScanTerm |
RangeScan.from() |
Returns the ScanTerm used to start scanning from.
|
static ScanTerm |
ScanTerm.inclusive(byte[] id) |
Creates an inclusive ScanTerm from a byte array.
|
static ScanTerm |
ScanTerm.inclusive(String id) |
Creates an inclusive ScanTerm from a UTF-8 string.
|
static ScanTerm |
ScanTerm.maximum() |
Returns a scan term representing the absolute maximum pattern (end point).
|
static ScanTerm |
ScanTerm.minimum() |
Returns a scan term representing the absolute minimum pattern (starting point).
|
ScanTerm |
RangeScan.to() |
|