Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db | |
org.apache.cassandra.db.rows | |
org.apache.cassandra.utils.memory |
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier |
ColumnIdentifier.clone(AbstractAllocator allocator) |
Modifier and Type | Method and Description |
---|---|
default Clustering |
Clustering.copy(AbstractAllocator allocator) |
ClusteringBound |
ClusteringBound.copy(AbstractAllocator allocator) |
ClusteringBoundOrBoundary |
ClusteringBoundOrBoundary.copy(AbstractAllocator allocator) |
ClusteringBoundary |
ClusteringBoundary.copy(AbstractAllocator allocator) |
DeletionInfo |
DeletionInfo.copy(AbstractAllocator allocator) |
MutableDeletionInfo |
MutableDeletionInfo.copy(AbstractAllocator allocator) |
RangeTombstoneList |
RangeTombstoneList.copy(AbstractAllocator allocator) |
Modifier and Type | Method and Description |
---|---|
Cell |
AbstractCell.copy(AbstractAllocator allocator) |
Cell |
BufferCell.copy(AbstractAllocator allocator) |
abstract Cell |
Cell.copy(AbstractAllocator allocator) |
abstract CellPath |
CellPath.copy(AbstractAllocator allocator) |
RangeTombstoneBoundMarker |
RangeTombstoneBoundMarker.copy(AbstractAllocator allocator) |
RangeTombstoneBoundaryMarker |
RangeTombstoneBoundaryMarker.copy(AbstractAllocator allocator) |
RangeTombstoneMarker |
RangeTombstoneMarker.copy(AbstractAllocator allocator) |
Modifier and Type | Class and Description |
---|---|
class |
ContextAllocator
Wraps calls to a PoolAllocator with the provided writeOp.
|
class |
HeapAllocator |
Modifier and Type | Method and Description |
---|---|
protected AbstractAllocator |
MemtableBufferAllocator.allocator(OpOrder.Group writeOp) |
protected AbstractAllocator |
SlabAllocator.allocator(OpOrder.Group writeOp) |
Copyright © 2020 The Apache Software Foundation