org.terracotta.offheapstore.disk.persistent
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

Author:
Chris Dennis

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.storage.StorageEngine
attachedMapping, bind, clear, destroy, equalsKey, equalsValue, freeMapping, getAllocatedMemory, getDataSize, getOccupiedMemory, getVitalMemory, invalidateCache, readKey, readValue, shrink, writeMapping
 
Methods inherited from interface org.terracotta.offheapstore.disk.persistent.Persistent
bootstrap, close, flush, persist
 



Copyright © 2015. All Rights Reserved.