public class PersistentIntegerStorageEngine extends IntegerStorageEngine implements PersistentHalfStorageEngine<Integer>
| Constructor and Description |
|---|
PersistentIntegerStorageEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrap(ObjectInput input) |
void |
close() |
static Factory<PersistentIntegerStorageEngine> |
createPersistentFactory() |
void |
flush() |
void |
persist(ObjectOutput output) |
bind, clear, createFactory, destroy, equals, free, getAllocatedMemory, getDataSize, getOccupiedMemory, getVitalMemory, instance, invalidateCache, read, shrink, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbind, clear, destroy, equals, free, getAllocatedMemory, getDataSize, getOccupiedMemory, getVitalMemory, invalidateCache, read, shrink, writepublic static Factory<PersistentIntegerStorageEngine> createPersistentFactory()
public void flush()
throws IOException
flush in interface PersistentIOExceptionpublic void close()
throws IOException
close in interface PersistentIOExceptionpublic void persist(ObjectOutput output) throws IOException
persist in interface PersistentIOExceptionpublic void bootstrap(ObjectInput input) throws IOException
bootstrap in interface PersistentIOExceptionCopyright © 2015–2024. All rights reserved.