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 classRefCountedMemory -
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 classSafeMemoryMethods in org.apache.cassandra.io.util that return Memory Modifier and Type Method Description static MemoryMemory. allocate(long bytes)MemoryMemory. copy(long newSize)Methods in org.apache.cassandra.io.util with parameters of type Memory Modifier and Type Method Description voidMemory. 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 voidRef.IdentityCollection. add(Memory memory)
-