Uses of Class
org.apache.cassandra.utils.memory.ByteBufferCloner
Packages that use ByteBufferCloner
Package
Description
-
Uses of ByteBufferCloner in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type ByteBufferCloner -
Uses of ByteBufferCloner in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type ByteBufferClonerModifier and TypeMethodDescriptionArrayClusteringBound.clone(ByteBufferCloner cloner) BufferClusteringBound.clone(ByteBufferCloner cloner) BufferClusteringBoundary.clone(ByteBufferCloner cloner) default Clustering<?>Clustering.clone(ByteBufferCloner cloner) ClusteringBound.clone(ByteBufferCloner cloner) default ClusteringBoundOrBoundary<ByteBuffer>ClusteringBoundOrBoundary.clone(ByteBufferCloner cloner) DeletionInfo.clone(ByteBufferCloner cloner) MutableDeletionInfo.clone(ByteBufferCloner cloner) RangeTombstoneList.clone(ByteBufferCloner cloner) -
Uses of ByteBufferCloner in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type ByteBufferClonerModifier and TypeMethodDescriptionCell<?>AbstractCell.clone(ByteBufferCloner cloner) Cell<?>ArrayCell.clone(ByteBufferCloner cloner) Cell<?>BufferCell.clone(ByteBufferCloner cloner) abstract Cell<?>Cell.clone(ByteBufferCloner cloner) abstract CellPathCellPath.clone(ByteBufferCloner cloner) RangeTombstoneBoundaryMarker.clone(ByteBufferCloner cloner) RangeTombstoneBoundMarker.clone(ByteBufferCloner cloner) RangeTombstoneMarker.clone(ByteBufferCloner cloner) -
Uses of ByteBufferCloner in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils with parameters of type ByteBufferCloner -
Uses of ByteBufferCloner in org.apache.cassandra.utils.memory
Subclasses of ByteBufferCloner in org.apache.cassandra.utils.memoryModifier and TypeClassDescriptionfinal classCloner class that can be use to clone partition elements on heap.