public abstract class AbstractMemoryManager extends java.lang.Object implements MemoryManager
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Integer,OperationMemoryManager> |
operationMap
Map that keeps all the OperationMemoryManager's
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractMemoryManager() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDeserialized(byte[] key) |
java.lang.Object |
getDeserialized(java.nio.ByteBuffer key) |
java.lang.Object |
getDeserialized(long key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addOperation, addOperation, append, append, close, close, containsKey, containsKey, delete, delete, flush, flush, flush, get, get, getIterator, getIterator, init, put, put, put, removeOperation
protected java.util.Map<java.lang.Integer,OperationMemoryManager> operationMap