Uses of Interface
org.apache.cassandra.io.util.ReadableMemory
-
Packages that use ReadableMemory Package Description org.apache.cassandra.cache org.apache.cassandra.io.util -
-
Uses of ReadableMemory in org.apache.cassandra.cache
Classes in org.apache.cassandra.cache that implement ReadableMemory Modifier and Type Class Description class
RefCountedMemory
-
Uses of ReadableMemory in org.apache.cassandra.io.util
Classes in org.apache.cassandra.io.util that implement ReadableMemory Modifier and Type Class Description class
Memory
An off-heap region of memory that must be manually free'd when no longer needed.class
SafeMemory
Methods in org.apache.cassandra.io.util with parameters of type ReadableMemory Modifier and Type Method Description default void
DataOutputPlus. write(ReadableMemory memory, long offset, long length)
-