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 ColumnIdentifierColumnIdentifier. 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)DeletionInfoDeletionInfo. clone(ByteBufferCloner cloner)MutableDeletionInfoMutableDeletionInfo. clone(ByteBufferCloner cloner)RangeTombstoneListRangeTombstoneList. 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 CellPathCellPath. clone(ByteBufferCloner cloner)RangeTombstoneBoundaryMarkerRangeTombstoneBoundaryMarker. clone(ByteBufferCloner cloner)RangeTombstoneBoundMarkerRangeTombstoneBoundMarker. clone(ByteBufferCloner cloner)RangeTombstoneMarkerRangeTombstoneMarker. 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 classHeapClonerCloner class that can be use to clone partition elements on heap.
-