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

Packages that use PointerSize
org.terracotta.offheapstore.paging   
org.terracotta.offheapstore.storage   
 

Uses of PointerSize in org.terracotta.offheapstore.paging
 

Constructors in org.terracotta.offheapstore.paging with parameters of type PointerSize
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 PointerSize in org.terracotta.offheapstore.storage
 

Methods in org.terracotta.offheapstore.storage that return PointerSize
static PointerSize PointerSize.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PointerSize[] PointerSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.terracotta.offheapstore.storage with parameters of type PointerSize
static Factory<StringStorageEngine> StringStorageEngine.createFactory(PointerSize width, PageSource source, int pageSize)
           
static Factory<SerializableStorageEngine> SerializableStorageEngine.createFactory(PointerSize width, PageSource source, int pageSize)
           
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)
           
static Factory<SerializableStorageEngine> SerializableStorageEngine.createFactory(PointerSize width, PageSource source, int pageSize, Portability<Serializable> portability)
           
 

Constructors in org.terracotta.offheapstore.storage with parameters of type PointerSize
OffHeapBufferStorageEngine(PointerSize width, PageSource source, int initialPageSize, int maximalPageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability)
           
OffHeapBufferStorageEngine(PointerSize width, PageSource source, int initialPageSize, int maximalPageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability, boolean thief, boolean victim)
           
OffHeapBufferStorageEngine(PointerSize width, PageSource source, int initialPageSize, int maximalPageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability, boolean thief, boolean victim, float compressThreshold)
           
OffHeapBufferStorageEngine(PointerSize width, PageSource source, int initialPageSize, int maximalPageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability, float compressThreshold)
           
OffHeapBufferStorageEngine(PointerSize width, PageSource source, int pageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability)
          Creates a storage engine using the given allocator, and portabilities.
OffHeapBufferStorageEngine(PointerSize width, PageSource source, int pageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability, boolean thief, boolean victim)
           
OffHeapBufferStorageEngine(PointerSize width, PageSource source, int pageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability, boolean thief, boolean victim, float compressThreshold)
           
OffHeapBufferStorageEngine(PointerSize width, PageSource source, int pageSize, Portability<? super K> keyPortability, Portability<? super V> valuePortability, float compressThreshold)
           
SerializableStorageEngine(PointerSize width, PageSource source, int pageSize)
          Create an engine using the given allocator, and a unique portability instance.
SerializableStorageEngine(PointerSize width, PageSource source, int pageSize, Portability<Serializable> portability)
          Create an engine using the given allocator, and a pre-existing portability instance.
StringStorageEngine(PointerSize width, PageSource source, int pageSize)
          Create an engine using the given allocator.
 



Copyright © 2015. All Rights Reserved.