Uses of Class
org.apache.cassandra.io.util.Memory
-
-
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(File chunksIndexFile, CompressionParams parameters, Memory chunkOffsets, long chunkOffsetsSize, long dataLength, long compressedFileLength)
-
Uses of Memory in org.apache.cassandra.io.sstable.indexsummary
Constructors in org.apache.cassandra.io.sstable.indexsummary 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)
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)
-