public interface ISeparatorKeys
Modifier and Type | Method and Description |
---|---|
byte[] |
getLeftSeparatorKey()
The separator key that defines the left edge of that index partition
(always defined) - this is the first key that can enter the index
partition.
|
byte[] |
getRightSeparatorKey()
The separator key that defines the right edge of that index partition or
null iff the index partition does not have a right sibling
(a null has the semantics of having no upper bound). |
byte[] getLeftSeparatorKey()
byte[]
since that is the smallest key that may be
defined.byte[] getRightSeparatorKey()
null
iff the index partition does not have a right sibling
(a null
has the semantics of having no upper bound).Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.