Uses of Class
org.terracotta.offheapstore.storage.OffHeapBufferStorageEngine
-
Packages that use OffHeapBufferStorageEngine Package Description org.terracotta.offheapstore.storage -
-
Uses of OffHeapBufferStorageEngine in org.terracotta.offheapstore.storage
Subclasses of OffHeapBufferStorageEngine in org.terracotta.offheapstore.storage Modifier and Type Class Description classSerializableStorageEngineAOffHeapBufferStorageEnginesubclass using Java serialization for portability.classStringStorageEngineA<String, String>storage engine.Methods in org.terracotta.offheapstore.storage that return types with arguments of type OffHeapBufferStorageEngine Modifier and Type Method Description static <K,V>
Factory<OffHeapBufferStorageEngine<K,V>>OffHeapBufferStorageEngine. createFactory(PointerSize width, PageSource source, int initialPageSize, int maximalPageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability, boolean thief, boolean victim)static <K,V>
Factory<OffHeapBufferStorageEngine<K,V>>OffHeapBufferStorageEngine. createFactory(PointerSize width, PageSource source, int initialPageSize, int maximalPageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability, boolean thief, boolean victim, float compressThreshold)static <K,V>
Factory<OffHeapBufferStorageEngine<K,V>>OffHeapBufferStorageEngine. createFactory(PointerSize width, PageSource source, int pageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability, boolean thief, boolean victim)static <K,V>
Factory<OffHeapBufferStorageEngine<K,V>>OffHeapBufferStorageEngine. createFactory(PointerSize width, PageSource source, int pageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability, boolean thief, boolean victim, float compressThreshold)
-