Uses of Enum Class
org.terracotta.offheapstore.storage.PointerSize
Packages that use PointerSize
-
Uses of PointerSize in org.terracotta.offheapstore.paging
Constructors in org.terracotta.offheapstore.paging with parameters of type PointerSizeModifierConstructorDescriptionOffHeapStorageArea(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
Subclasses with type arguments of type PointerSize in org.terracotta.offheapstore.storageMethods in org.terracotta.offheapstore.storage that return PointerSizeModifier and TypeMethodDescriptionstatic PointerSizeReturns the enum constant of this class with the specified name.static PointerSize[]PointerSize.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.terracotta.offheapstore.storage with parameters of type PointerSizeModifier 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) static Factory<SerializableStorageEngine> SerializableStorageEngine.createFactory(PointerSize width, PageSource source, int pageSize) static Factory<SerializableStorageEngine> SerializableStorageEngine.createFactory(PointerSize width, PageSource source, int pageSize, Portability<Serializable> portability) static Factory<StringStorageEngine> StringStorageEngine.createFactory(PointerSize width, PageSource source, int pageSize) Constructors in org.terracotta.offheapstore.storage with parameters of type PointerSizeModifierConstructorDescriptionOffHeapBufferStorageEngine(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) protectedSerializableStorageEngine(PointerSize width, PageSource source, int pageSize, Portability<Serializable> portability) StringStorageEngine(PointerSize width, PageSource source, int pageSize)