Uses of Class
org.apache.cassandra.utils.memory.NativeAllocator
Packages that use NativeAllocator
Package
Description
-
Uses of NativeAllocator in org.apache.cassandra.db
Constructors in org.apache.cassandra.db with parameters of type NativeAllocatorModifierConstructorDescriptionNativeClustering(NativeAllocator allocator, OpOrder.Group writeOp, Clustering<?> clustering) NativeDecoratedKey(Token token, NativeAllocator allocator, OpOrder.Group writeOp, byte[] keyBytes) NativeDecoratedKey(Token token, NativeAllocator allocator, OpOrder.Group writeOp, ByteBuffer key) -
Uses of NativeAllocator in org.apache.cassandra.db.rows
Constructors in org.apache.cassandra.db.rows with parameters of type NativeAllocatorModifierConstructorDescriptionNativeCell(NativeAllocator allocator, OpOrder.Group writeOp, Cell<?> cell) NativeCell(NativeAllocator allocator, OpOrder.Group writeOp, ColumnMetadata column, long timestamp, int ttl, int localDeletionTimeUnsignedInteger, ByteBuffer value, CellPath path) NativeCell(NativeAllocator allocator, OpOrder.Group writeOp, ColumnMetadata column, long timestamp, int ttl, long localDeletionTime, ByteBuffer value, CellPath path) -
Uses of NativeAllocator in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return NativeAllocator