Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.io.util | |
org.apache.cassandra.utils.concurrent |
Modifier and Type | Class and Description |
---|---|
class |
RefCountedMemory |
Constructor and Description |
---|
IndexSummary(IPartitioner partitioner,
Memory offsets,
int offsetCount,
Memory entries,
long entriesLength,
int sizeAtFullSampling,
int minIndexInterval,
int samplingLevel) |
Modifier and Type | Class and Description |
---|---|
class |
SafeMemory |
Modifier and Type | Method and Description |
---|---|
static Memory |
Memory.allocate(long bytes) |
Memory |
Memory.copy(long newSize) |
Modifier and Type | Method and Description |
---|---|
void |
Memory.put(long trgOffset,
Memory memory,
long srcOffset,
long size) |
void |
BufferedDataOutputStreamPlus.write(Memory memory,
long offset,
long length) |
void |
DataOutputPlus.write(Memory memory,
long offset,
long length) |
void |
UnbufferedDataOutputStreamPlus.write(Memory memory,
long offset,
long length) |
Constructor and Description |
---|
Memory(Memory copyOf) |
MemoryInputStream(Memory mem) |
MemoryInputStream(Memory mem,
int bufferSize) |
MemoryOutputStream(Memory mem) |
Modifier and Type | Method and Description |
---|---|
void |
Ref.IdentityCollection.add(Memory memory) |
Copyright © 2015 The Apache Software Foundation