Interface Persistent
-
- All Known Subinterfaces:
PersistentHalfStorageEngine<T>,PersistentPortability<T>,PersistentStorageEngine<K,V>
- All Known Implementing Classes:
AbstractPersistentConcurrentOffHeapCache,AbstractPersistentConcurrentOffHeapMap,AbstractPersistentLockedOffHeapHashMap,AbstractPersistentOffHeapCache,FileBackedStorageEngine,PersistentByteArrayPortability,PersistentConcurrentOffHeapClockCache,PersistentConcurrentOffHeapHashMap,PersistentIntegerStorageEngine,PersistentReadWriteLockedOffHeapClockCache,PersistentReadWriteLockedOffHeapHashMap,PersistentSerializablePortability,PersistentSplitStorageEngine,StringPortability
public interface Persistent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbootstrap(java.io.ObjectInput input)voidclose()voidflush()voidpersist(java.io.ObjectOutput output)
-
-
-
Method Detail
-
flush
void flush() throws java.io.IOException- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
persist
void persist(java.io.ObjectOutput output) throws java.io.IOException- Throws:
java.io.IOException
-
bootstrap
void bootstrap(java.io.ObjectInput input) throws java.io.IOException- Throws:
java.io.IOException
-
-