| 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)
|
| 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
|
OffHeapBufferStorageEngine.createFactory(PointerSize width,
PageSource source,
int initialPageSize,
int maximalPageSize,
Portability<? super K> keyPortability,
Portability<? super V> valuePortability,
boolean thief,
boolean victim)
|
static
|
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
|
OffHeapBufferStorageEngine.createFactory(PointerSize width,
PageSource source,
int pageSize,
Portability<? super K> keyPortability,
Portability<? super V> valuePortability,
boolean thief,
boolean victim)
|
static
|
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 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<Serializable> portability)
|
StringStorageEngine(PointerSize width,
PageSource source,
int pageSize)
|