Class StringStorageEngine
java.lang.Object
org.terracotta.offheapstore.storage.listener.AbstractListenableStorageEngine<String,String>
org.terracotta.offheapstore.storage.PortabilityBasedStorageEngine<String,String>
org.terracotta.offheapstore.storage.OffHeapBufferStorageEngine<String,String>
org.terracotta.offheapstore.storage.StringStorageEngine
- All Implemented Interfaces:
OffHeapStorageArea.Owner, BinaryStorageEngine, ListenableStorageEngine<String,String>, StorageEngine<String, String>
A
<String, String> storage engine.-
Nested Class Summary
Nested classes/interfaces inherited from class PortabilityBasedStorageEngine
PortabilityBasedStorageEngine.CachedEncode<K,V> Nested classes/interfaces inherited from interface StorageEngine
StorageEngine.Owner -
Field Summary
FieldsFields inherited from class OffHeapBufferStorageEngine
owner, storageAreaFields inherited from class PortabilityBasedStorageEngine
keyPortability, valuePortability -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Factory<StringStorageEngine> createFactory(PointerSize width, PageSource source, int pageSize) Methods inherited from class OffHeapBufferStorageEngine
bind, clearInternal, createFactory, createFactory, createFactory, createFactory, destroy, evictAtAddress, free, getAllocatedMemory, getDataSize, getKeyWriteContext, getOccupiedMemory, getValueWriteContext, getVitalMemory, isThief, moved, readKeyBuffer, readKeyHash, readValueBuffer, shrink, sizeOf, toString, writeLock, writeMappingBuffers, writeMappingBuffersGatheringMethods inherited from class PortabilityBasedStorageEngine
attachedMapping, clear, equalsBinaryKey, equalsKey, equalsValue, freeMapping, invalidateCache, readBinaryKey, readBinaryValue, readKey, readValue, writeBinaryMapping, writeBinaryMapping, writeMappingMethods inherited from class AbstractListenableStorageEngine
fireCleared, fireCopied, fireFreed, fireRecovered, fireWritten, hasListeners, hasRecoveryListeners, registerListener
-
Field Details
-
PORTABILITY
-
-
Constructor Details
-
StringStorageEngine
-
-
Method Details
-
createFactory
public static Factory<StringStorageEngine> createFactory(PointerSize width, PageSource source, int pageSize)
-