public interface LeaveBlock extends IndexBlock
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Key key) |
Key |
getKey(Key key) |
List<Key> |
getKeyRange(Key start,
boolean includeStart,
Key end,
boolean includeEnd) |
LeaveBlockProperties |
getProperties() |
List<Key> |
getValues() |
void |
insertKey(Key key) |
void |
removeKey(Key key) |
int |
size() |
void |
updateKey(Key key) |
findFirstLeaveBlock, findLeaveBlock, getDataBlock, getFirst, getLast, getLockManager, getParentPointer, getType, isModified, memorySize, reset, setParentPointerclose, getPositionvoid insertKey(Key key) throws JasDBStorageException
JasDBStorageExceptionvoid updateKey(Key key) throws JasDBStorageException
JasDBStorageExceptionvoid removeKey(Key key) throws JasDBStorageException
JasDBStorageExceptionboolean contains(Key key)
int size()
size in interface IndexBlockLeaveBlockProperties getProperties()
Copyright © 2015. All rights reserved.