Uses of Interface
org.terracotta.offheapstore.paging.OffHeapStorageArea.Owner
-
Packages that use OffHeapStorageArea.Owner Package Description org.terracotta.offheapstore.paging org.terracotta.offheapstore.storage -
-
Uses of OffHeapStorageArea.Owner in org.terracotta.offheapstore.paging
Fields in org.terracotta.offheapstore.paging declared as OffHeapStorageArea.Owner Modifier and Type Field Description private OffHeapStorageArea.OwnerOffHeapStorageArea. ownerConstructors in org.terracotta.offheapstore.paging with parameters of type OffHeapStorageArea.Owner Constructor Description OffHeapStorageArea(PointerSize width, OffHeapStorageArea.Owner owner, PageSource pageSource, int pageSize, boolean thief, boolean victim)OffHeapStorageArea(PointerSize width, OffHeapStorageArea.Owner owner, PageSource pageSource, int pageSize, boolean thief, boolean victim, float compressThreshold)OffHeapStorageArea(PointerSize width, OffHeapStorageArea.Owner owner, PageSource pageSource, int initialPageSize, int maximalPageSize, boolean thief, boolean victim)OffHeapStorageArea(PointerSize width, OffHeapStorageArea.Owner owner, PageSource pageSource, int initialPageSize, int maximalPageSize, boolean thief, boolean victim, float compressThreshold) -
Uses of OffHeapStorageArea.Owner in org.terracotta.offheapstore.storage
Classes in org.terracotta.offheapstore.storage that implement OffHeapStorageArea.Owner Modifier and Type Class Description classOffHeapBufferHalfStorageEngine<T>classOffHeapBufferStorageEngine<K,V>A generic ByteBuffer based key/value store.classSerializableStorageEngineAOffHeapBufferStorageEnginesubclass using Java serialization for portability.classStringStorageEngineA<String, String>storage engine.
-