Uses of Class
org.apache.cassandra.utils.memory.AbstractAllocator
-
Packages that use AbstractAllocator Package Description org.apache.cassandra.cql3 org.apache.cassandra.db org.apache.cassandra.db.rows org.apache.cassandra.utils.memory -
-
Uses of AbstractAllocator in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type AbstractAllocator Modifier and Type Method Description ColumnIdentifier
ColumnIdentifier. clone(AbstractAllocator allocator)
-
Uses of AbstractAllocator in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type AbstractAllocator Modifier and Type Method 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)
-
Uses of AbstractAllocator in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type AbstractAllocator Modifier and Type Method 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)
RangeTombstoneBoundaryMarker
RangeTombstoneBoundaryMarker. copy(AbstractAllocator allocator)
RangeTombstoneBoundMarker
RangeTombstoneBoundMarker. copy(AbstractAllocator allocator)
RangeTombstoneMarker
RangeTombstoneMarker. copy(AbstractAllocator allocator)
-
Uses of AbstractAllocator in org.apache.cassandra.utils.memory
Subclasses of AbstractAllocator in org.apache.cassandra.utils.memory Modifier and Type Class Description class
ContextAllocator
Wraps calls to a PoolAllocator with the provided writeOp.class
HeapAllocator
Methods in org.apache.cassandra.utils.memory that return AbstractAllocator Modifier and Type Method Description protected AbstractAllocator
MemtableBufferAllocator. allocator(OpOrder.Group writeOp)
protected AbstractAllocator
SlabAllocator. allocator(OpOrder.Group writeOp)
-