Uses of Class
org.apache.cassandra.io.util.Memory
-
Packages that use Memory Package Description org.apache.cassandra.cache org.apache.cassandra.io.compress org.apache.cassandra.io.sstable org.apache.cassandra.io.util org.apache.cassandra.utils.concurrent -
-
Uses of Memory in org.apache.cassandra.cache
Subclasses of Memory in org.apache.cassandra.cache Modifier and Type Class Description class
RefCountedMemory
-
Uses of Memory in org.apache.cassandra.io.compress
Constructors in org.apache.cassandra.io.compress with parameters of type Memory Constructor Description CompressionMetadata(java.lang.String filePath, CompressionParams parameters, Memory offsets, long offsetsSize, long dataLength, long compressedLength)
-
Uses of Memory in org.apache.cassandra.io.sstable
Constructors in org.apache.cassandra.io.sstable with parameters of type Memory Constructor Description IndexSummary(IPartitioner partitioner, Memory offsets, int offsetCount, Memory entries, long entriesLength, int sizeAtFullSampling, int minIndexInterval, int samplingLevel)
-
Uses of Memory in org.apache.cassandra.io.util
Subclasses of Memory in org.apache.cassandra.io.util Modifier and Type Class Description class
SafeMemory
Methods in org.apache.cassandra.io.util that return Memory Modifier and Type Method Description static Memory
Memory. allocate(long bytes)
Memory
Memory. copy(long newSize)
Methods in org.apache.cassandra.io.util with parameters of type Memory Modifier and Type Method Description void
Memory. put(long trgOffset, Memory memory, long srcOffset, long size)
default void
DataOutputPlus. write(Memory memory, long offset, long length)
Constructors in org.apache.cassandra.io.util with parameters of type Memory Constructor Description Memory(Memory copyOf)
MemoryInputStream(Memory mem)
MemoryInputStream(Memory mem, int bufferSize)
MemoryOutputStream(Memory mem)
-
Uses of Memory in org.apache.cassandra.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent with parameters of type Memory Modifier and Type Method Description void
Ref.IdentityCollection. add(Memory memory)
-