| 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 |
|---|---|
ClusteringBound<java.nio.ByteBuffer> |
ArrayClusteringBound.copy(AbstractAllocator allocator) |
ClusteringBound<java.nio.ByteBuffer> |
BufferClusteringBound.copy(AbstractAllocator allocator) |
ClusteringBoundary<java.nio.ByteBuffer> |
BufferClusteringBoundary.copy(AbstractAllocator allocator) |
default Clustering<?> |
Clustering.copy(AbstractAllocator allocator) |
ClusteringBound<java.nio.ByteBuffer> |
ClusteringBound.copy(AbstractAllocator allocator) |
default ClusteringBoundOrBoundary<java.nio.ByteBuffer> |
ClusteringBoundOrBoundary.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<?> |
ArrayCell.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 © 2009-2020 The Apache Software Foundation