Uses of Class
org.terracotta.offheapstore.storage.SplitStorageEngine

Packages that use SplitStorageEngine
org.terracotta.offheapstore.disk.storage   
org.terracotta.offheapstore.storage   
 

Uses of SplitStorageEngine in org.terracotta.offheapstore.disk.storage
 

Subclasses of SplitStorageEngine in org.terracotta.offheapstore.disk.storage
 class PersistentSplitStorageEngine<K,V>
           
 

Uses of SplitStorageEngine in org.terracotta.offheapstore.storage
 

Methods in org.terracotta.offheapstore.storage that return types with arguments of type SplitStorageEngine
static
<K,V> Factory<SplitStorageEngine<K,V>>
SplitStorageEngine.createFactory(Factory<? extends HalfStorageEngine<K>> keyFactory, Factory<? extends HalfStorageEngine<V>> valueFactory)
           
 



Copyright © 2016. All Rights Reserved.