Uses of Interface
org.terracotta.offheapstore.paging.OffHeapStorageArea.Owner

Packages that use OffHeapStorageArea.Owner
org.terracotta.offheapstore.paging   
org.terracotta.offheapstore.storage   
 

Uses of OffHeapStorageArea.Owner in org.terracotta.offheapstore.paging
 

Constructors in org.terracotta.offheapstore.paging with parameters of type OffHeapStorageArea.Owner
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
 class OffHeapBufferHalfStorageEngine<T>
           
 class OffHeapBufferStorageEngine<K,V>
          A generic ByteBuffer based key/value store.
 class SerializableStorageEngine
          A OffHeapBufferStorageEngine subclass using Java serialization for portability.
 class StringStorageEngine
          A <String, String> storage engine.
 



Copyright © 2016. All Rights Reserved.