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 ColumnIdentifierColumnIdentifier. 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)DeletionInfoDeletionInfo. copy(AbstractAllocator allocator)MutableDeletionInfoMutableDeletionInfo. copy(AbstractAllocator allocator)RangeTombstoneListRangeTombstoneList. 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 CellPathCellPath. copy(AbstractAllocator allocator)RangeTombstoneBoundaryMarkerRangeTombstoneBoundaryMarker. copy(AbstractAllocator allocator)RangeTombstoneBoundMarkerRangeTombstoneBoundMarker. copy(AbstractAllocator allocator)RangeTombstoneMarkerRangeTombstoneMarker. 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 classContextAllocatorWraps calls to a PoolAllocator with the provided writeOp.classHeapAllocatorMethods in org.apache.cassandra.utils.memory that return AbstractAllocator Modifier and Type Method Description protected AbstractAllocatorMemtableBufferAllocator. allocator(OpOrder.Group writeOp)protected AbstractAllocatorSlabAllocator. allocator(OpOrder.Group writeOp)
-