public class ObjectStorageAllocator
extends java.lang.Object
Constructor and Description |
---|
ObjectStorageAllocator() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageInfo |
allocate(int recSize) |
void |
delete(long offset,
int storageSize) |
void |
disable() |
int |
getDeadObjectsNumber() |
void |
rebuild(int storageSize) |
void |
reset() |
java.lang.String |
toString() |
public void disable()
public void reset()
public void rebuild(int storageSize)
public ObjectStorageInfo allocate(int recSize)
public void delete(long offset, int storageSize)
public int getDeadObjectsNumber()
public java.lang.String toString()
toString
in class java.lang.Object