Uses of Class
org.terracotta.offheapstore.storage.PointerSize
-
Packages that use PointerSize Package Description 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 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 PointerSize in org.terracotta.offheapstore.storage
Methods in org.terracotta.offheapstore.storage that return PointerSize Modifier and Type Method Description static PointerSizePointerSize. valueOf(java.lang.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 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)static Factory<SerializableStorageEngine>SerializableStorageEngine. createFactory(PointerSize width, PageSource source, int pageSize)static Factory<SerializableStorageEngine>SerializableStorageEngine. createFactory(PointerSize width, PageSource source, int pageSize, Portability<java.io.Serializable> portability)static Factory<StringStorageEngine>StringStorageEngine. createFactory(PointerSize width, PageSource source, int pageSize)Constructors in org.terracotta.offheapstore.storage with parameters of type PointerSize Constructor Description 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 page source, 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)SerializableStorageEngine(PointerSize width, PageSource source, int pageSize, Portability<java.io.Serializable> portability)StringStorageEngine(PointerSize width, PageSource source, int pageSize)
-