public interface IndexBlock extends Block
| Modifier and Type | Method and Description |
|---|---|
LeaveBlock |
findFirstLeaveBlock(LockIntentType intent) |
LeaveBlock |
findLeaveBlock(LockIntentType intent,
Key key) |
DataBlock |
getDataBlock() |
Key |
getFirst() |
Key |
getLast() |
ReadWriteLock |
getLockManager() |
long |
getParentPointer() |
BlockTypes |
getType() |
boolean |
isModified() |
long |
memorySize() |
void |
reset() |
void |
setParentPointer(long blockPointer) |
int |
size() |
close, getPositionDataBlock getDataBlock()
void reset()
Key getFirst()
Key getLast()
int size()
long memorySize()
boolean isModified()
BlockTypes getType()
long getParentPointer()
void setParentPointer(long blockPointer)
LeaveBlock findFirstLeaveBlock(LockIntentType intent) throws JasDBStorageException
JasDBStorageExceptionLeaveBlock findLeaveBlock(LockIntentType intent, Key key) throws JasDBStorageException
JasDBStorageExceptionReadWriteLock getLockManager()
Copyright © 2015. All rights reserved.