Uses of Interface
org.terracotta.offheapstore.storage.portability.WriteContext
Packages that use WriteContext
Package
Description
-
Uses of WriteContext in org.terracotta.offheapstore.disk.storage
Methods in org.terracotta.offheapstore.disk.storage that return WriteContextModifier and TypeMethodDescriptionprivate WriteContextFileBackedStorageEngine.FileChunk.getDiskWriteContext(long address, int max) (package private) WriteContextFileBackedStorageEngine.FileChunk.getKeyWriteContext(long address) protected WriteContextFileBackedStorageEngine.getKeyWriteContext(long address) private WriteContextFileBackedStorageEngine.FileChunk.getQueuedWriteContext(FileBackedStorageEngine<K, V>.FileWriteTask current, ByteBuffer queuedBuffer) (package private) WriteContextFileBackedStorageEngine.FileChunk.getValueWriteContext(long address) protected WriteContextFileBackedStorageEngine.getValueWriteContext(long address) -
Uses of WriteContext in org.terracotta.offheapstore.storage
Methods in org.terracotta.offheapstore.storage that return WriteContextModifier and TypeMethodDescriptionprotected WriteContextOffHeapBufferStorageEngine.getKeyWriteContext(long address) protected abstract WriteContextPortabilityBasedStorageEngine.getKeyWriteContext(long address) protected WriteContextOffHeapBufferStorageEngine.getValueWriteContext(long address) protected abstract WriteContextPortabilityBasedStorageEngine.getValueWriteContext(long address) private WriteContextOffHeapBufferStorageEngine.getWriteContext(long address, int max) -
Uses of WriteContext in org.terracotta.offheapstore.storage.portability
Methods in org.terracotta.offheapstore.storage.portability with parameters of type WriteContextModifier and TypeMethodDescriptionWriteBackPortability.decode(ByteBuffer buffer, WriteContext context)