Uses of Class
org.terracotta.offheapstore.storage.OffHeapBufferStorageEngine
Packages that use OffHeapBufferStorageEngine
-
Uses of OffHeapBufferStorageEngine in org.terracotta.offheapstore.storage
Subclasses of OffHeapBufferStorageEngine in org.terracotta.offheapstore.storageModifier and TypeClassDescriptionclassAOffHeapBufferStorageEnginesubclass using Java serialization for portability.classA<String, String>storage engine.Methods in org.terracotta.offheapstore.storage that return types with arguments of type OffHeapBufferStorageEngineModifier and TypeMethodDescriptionstatic <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)