Uses of Interface
org.apache.cassandra.utils.memory.Cloner
Packages that use Cloner
Package
Description
-
Uses of Cloner in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type ClonerModifier and TypeMethodDescriptionAtomicBTreePartition.addAll(PartitionUpdate update, Cloner cloner, OpOrder.Group writeOp, UpdateTransaction indexer) Adds a given update to this in-memtable partition.Constructors in org.apache.cassandra.db.partitions with parameters of type ClonerModifierConstructorDescriptionBTreePartitionUpdater(MemtableAllocator allocator, Cloner cloner, OpOrder.Group writeOp, UpdateTransaction indexer) -
Uses of Cloner in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type Cloner -
Uses of Cloner in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils with parameters of type Cloner -
Uses of Cloner in org.apache.cassandra.utils.memory
Classes in org.apache.cassandra.utils.memory that implement ClonerModifier and TypeClassDescriptionclassCloner class that can be use to clone partition elements using on-heap or off-heap buffers.final classCloner class that can be use to clone partition elements on heap.Methods in org.apache.cassandra.utils.memory that return ClonerModifier and TypeMethodDescriptionprotected ClonerMemtableBufferAllocator.allocator(OpOrder.Group opGroup) HeapPool.Allocator.cloner(OpOrder.Group opGroup) abstract ClonerMemtableAllocator.cloner(OpOrder.Group opGroup) NativeAllocator.cloner(OpOrder.Group opGroup) SlabAllocator.cloner(OpOrder.Group writeOp)