|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISeparatorKeys
Interface provides access to the left and right separator keys for an index partition.
| Method Summary | |
|---|---|
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). |
| Method Detail |
|---|
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).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||