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, setParentPointer
close, getPosition
void insertKey(Key key) throws JasDBStorageException
JasDBStorageException
void updateKey(Key key) throws JasDBStorageException
JasDBStorageException
void removeKey(Key key) throws JasDBStorageException
JasDBStorageException
boolean contains(Key key)
int size()
size
in interface IndexBlock
LeaveBlockProperties getProperties()
Copyright © 2015. All rights reserved.