Package | Description |
---|---|
org.apache.cassandra.db.partitions | |
org.apache.cassandra.db.rows | |
org.apache.cassandra.utils.memory |
Modifier and Type | Method and Description |
---|---|
long[] |
AtomicBTreePartition.addAllWithSizeDelta(PartitionUpdate update,
Cloner cloner,
OpOrder.Group writeOp,
UpdateTransaction indexer)
Adds a given update to this in-memtable partition.
|
Modifier and Type | Method and Description |
---|---|
Row |
BTreeRow.clone(Cloner cloner) |
Cell<?> |
Cell.clone(Cloner cloner) |
abstract ColumnData |
ColumnData.clone(Cloner cloner) |
ColumnData |
ComplexColumnData.clone(Cloner cloner) |
Row |
Row.clone(Cloner cloner) |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferCloner
Cloner class that can be use to clone partition elements using on-heap or off-heap buffers.
|
class |
HeapCloner
Cloner class that can be use to clone partition elements on heap.
|
Modifier and Type | Method and Description |
---|---|
protected Cloner |
MemtableBufferAllocator.allocator(OpOrder.Group opGroup) |
Cloner |
HeapPool.Allocator.cloner(OpOrder.Group opGroup) |
abstract Cloner |
MemtableAllocator.cloner(OpOrder.Group opGroup) |
Cloner |
NativeAllocator.cloner(OpOrder.Group opGroup) |
Cloner |
SlabAllocator.cloner(OpOrder.Group writeOp) |
Copyright © 2009-2022 The Apache Software Foundation