Uses of Class
org.apache.cassandra.utils.memory.ByteBufferCloner
-
Packages that use ByteBufferCloner Package Description org.apache.cassandra.cql3 org.apache.cassandra.db org.apache.cassandra.db.rows org.apache.cassandra.utils.memory -
-
Uses of ByteBufferCloner in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type ByteBufferCloner Modifier and Type Method Description ColumnIdentifier
ColumnIdentifier. clone(ByteBufferCloner cloner)
-
Uses of ByteBufferCloner in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type ByteBufferCloner Modifier and Type Method 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)
-
Uses of ByteBufferCloner in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type ByteBufferCloner Modifier and Type Method 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)
RangeTombstoneBoundaryMarker
RangeTombstoneBoundaryMarker. clone(ByteBufferCloner cloner)
RangeTombstoneBoundMarker
RangeTombstoneBoundMarker. clone(ByteBufferCloner cloner)
RangeTombstoneMarker
RangeTombstoneMarker. clone(ByteBufferCloner cloner)
-
Uses of ByteBufferCloner in org.apache.cassandra.utils.memory
Subclasses of ByteBufferCloner in org.apache.cassandra.utils.memory Modifier and Type Class Description class
HeapCloner
Cloner class that can be use to clone partition elements on heap.
-