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(ByteBufferCloner cloner) |
Modifier and Type | Method and Description |
---|---|
ClusteringBound<java.nio.ByteBuffer> |
ArrayClusteringBound.clone(ByteBufferCloner cloner) |
ClusteringBound<java.nio.ByteBuffer> |
BufferClusteringBound.clone(ByteBufferCloner cloner) |
ClusteringBoundary<java.nio.ByteBuffer> |
BufferClusteringBoundary.clone(ByteBufferCloner cloner) |
default Clustering<?> |
Clustering.clone(ByteBufferCloner cloner) |
ClusteringBound<java.nio.ByteBuffer> |
ClusteringBound.clone(ByteBufferCloner cloner) |
default ClusteringBoundOrBoundary<java.nio.ByteBuffer> |
ClusteringBoundOrBoundary.clone(ByteBufferCloner cloner) |
DeletionInfo |
DeletionInfo.clone(ByteBufferCloner cloner) |
MutableDeletionInfo |
MutableDeletionInfo.clone(ByteBufferCloner cloner) |
RangeTombstoneList |
RangeTombstoneList.clone(ByteBufferCloner cloner) |
Modifier and Type | Method and Description |
---|---|
Cell<?> |
AbstractCell.clone(ByteBufferCloner cloner) |
Cell<?> |
ArrayCell.clone(ByteBufferCloner cloner) |
Cell<?> |
BufferCell.clone(ByteBufferCloner cloner) |
abstract Cell<?> |
Cell.clone(ByteBufferCloner cloner) |
abstract CellPath |
CellPath.clone(ByteBufferCloner cloner) |
RangeTombstoneBoundMarker |
RangeTombstoneBoundMarker.clone(ByteBufferCloner cloner) |
RangeTombstoneBoundaryMarker |
RangeTombstoneBoundaryMarker.clone(ByteBufferCloner cloner) |
RangeTombstoneMarker |
RangeTombstoneMarker.clone(ByteBufferCloner cloner) |
Modifier and Type | Class and Description |
---|---|
class |
HeapCloner
Cloner class that can be use to clone partition elements on heap.
|
Copyright © 2009-2022 The Apache Software Foundation