|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IKeyRangeIndexProcedure
Interface for procedures that are mapped across one or more index partitions based on a key range (fromKey, toKey). The keys are interpreted as variable length unsigned byte[]s.
| Method Summary | |
|---|---|
byte[] |
getFromKey()
Return the lowest key that will be visited (inclusive). |
byte[] |
getToKey()
Return the first key that will not be visited (exclusive). |
| Methods inherited from interface com.bigdata.btree.proc.IIndexProcedure |
|---|
apply, isReadOnly |
| Method Detail |
|---|
byte[] getFromKey()
null there is no lower bound.
byte[] getToKey()
null there is no upper bound.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||