Interface PersistentStorageEngine<K,V>
-
- All Superinterfaces:
Persistent,StorageEngine<K,V>
- All Known Implementing Classes:
FileBackedStorageEngine,PersistentSplitStorageEngine
public interface PersistentStorageEngine<K,V> extends StorageEngine<K,V>, Persistent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.terracotta.offheapstore.storage.StorageEngine
StorageEngine.Owner
-
-
Method Summary
-
Methods inherited from interface org.terracotta.offheapstore.disk.persistent.Persistent
bootstrap, close, flush, persist
-
Methods inherited from interface org.terracotta.offheapstore.storage.StorageEngine
attachedMapping, bind, clear, destroy, equalsKey, equalsValue, freeMapping, getAllocatedMemory, getDataSize, getOccupiedMemory, getVitalMemory, invalidateCache, readKey, readValue, shrink, writeMapping
-
-