public class IndexBlockEntry extends Object implements CacheEntry<IndexBlock>
| Constructor and Description |
|---|
IndexBlockEntry(BtreePlusBlockPersister persister,
IndexBlock indexBlock) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
IndexBlock |
getValue() |
int |
hashCode() |
boolean |
isInUse() |
long |
memorySize() |
void |
release() |
void |
releaseToken() |
void |
requestToken() |
String |
toString() |
public IndexBlockEntry(BtreePlusBlockPersister persister, IndexBlock indexBlock)
public void requestToken()
public void releaseToken()
public boolean isInUse()
isInUse in interface CacheEntry<IndexBlock>public long memorySize()
memorySize in interface CacheEntry<IndexBlock>public IndexBlock getValue()
getValue in interface CacheEntry<IndexBlock>public void release()
throws JasDBStorageException
release in interface CacheEntry<IndexBlock>JasDBStorageExceptionCopyright © 2015. All rights reserved.