Uses of Class
org.apache.cassandra.io.util.Memory
Packages that use Memory
Package
Description
-
Uses of Memory in org.apache.cassandra.cache
Subclasses of Memory in org.apache.cassandra.cache -
Uses of Memory in org.apache.cassandra.io.compress
Constructors in org.apache.cassandra.io.compress with parameters of type MemoryModifierConstructorDescriptionCompressionMetadata(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 MemoryModifierConstructorDescriptionIndexSummary(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.utilMethods in org.apache.cassandra.io.util that return MemoryModifier and TypeMethodDescriptionstatic MemoryMemory.allocate(long bytes) Memory.copy(long newSize) Methods in org.apache.cassandra.io.util with parameters of type MemoryModifier and TypeMethodDescriptionvoidConstructors in org.apache.cassandra.io.util with parameters of type MemoryModifierConstructorDescriptionprotectedMemoryInputStream(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