Class PersistentSplitStorageEngine<K,V>

java.lang.Object
org.terracotta.offheapstore.storage.SplitStorageEngine<K,V>
org.terracotta.offheapstore.disk.storage.PersistentSplitStorageEngine<K,V>
All Implemented Interfaces:
Persistent, PersistentStorageEngine<K,V>, StorageEngine<K,V>

public class PersistentSplitStorageEngine<K,V> extends SplitStorageEngine<K,V> implements PersistentStorageEngine<K,V>