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, getPosition
DataBlock 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
JasDBStorageException
LeaveBlock findLeaveBlock(LockIntentType intent, Key key) throws JasDBStorageException
JasDBStorageException
ReadWriteLock getLockManager()
Copyright © 2015. All rights reserved.