Uses of Class
org.terracotta.offheapstore.disk.storage.FileBackedStorageEngine.FileChunk
-
Packages that use FileBackedStorageEngine.FileChunk Package Description org.terracotta.offheapstore.disk.storage -
-
Uses of FileBackedStorageEngine.FileChunk in org.terracotta.offheapstore.disk.storage
Fields in org.terracotta.offheapstore.disk.storage declared as FileBackedStorageEngine.FileChunk Modifier and Type Field Description private FileBackedStorageEngine.FileChunkFileBackedStorageEngine.FileWriteTask. chunkFields in org.terracotta.offheapstore.disk.storage with type parameters of type FileBackedStorageEngine.FileChunk Modifier and Type Field Description private java.util.TreeMap<java.lang.Long,FileBackedStorageEngine.FileChunk>FileBackedStorageEngine. chunksMethods in org.terracotta.offheapstore.disk.storage that return FileBackedStorageEngine.FileChunk Modifier and Type Method Description private FileBackedStorageEngine.FileChunkFileBackedStorageEngine. findChunk(long address)Methods in org.terracotta.offheapstore.disk.storage with parameters of type FileBackedStorageEngine.FileChunk Modifier and Type Method Description private voidFileBackedStorageEngine. compress(FileBackedStorageEngine.FileChunk from)Constructors in org.terracotta.offheapstore.disk.storage with parameters of type FileBackedStorageEngine.FileChunk Constructor Description FileWriteTask(FileBackedStorageEngine.FileChunk chunk, long position, java.nio.ByteBuffer keyBuffer, java.nio.ByteBuffer valueBuffer, int pojoHash)
-