Package | Description |
---|---|
org.apache.cassandra.db.composites | |
org.apache.cassandra.utils.memory |
Modifier and Type | Method and Description |
---|---|
void |
BoundedComposite.free(PoolAllocator<?> allocator) |
void |
Composite.free(PoolAllocator<?> allocator) |
void |
CompoundComposite.free(PoolAllocator<?> allocator) |
void |
CompoundSparseCellName.WithCollection.free(PoolAllocator<?> allocator) |
void |
SimpleComposite.free(PoolAllocator<?> allocator) |
void |
SimpleSparseCellName.free(PoolAllocator<?> allocator) |
void |
SimpleSparseInternedCellName.free(PoolAllocator<?> allocator) |
Modifier and Type | Class and Description |
---|---|
class |
HeapPoolAllocator |
class |
HeapSlabAllocator
The SlabAllocator is a bump-the-pointer allocator that allocates
large (2MB by default) regions and then doles them out to threads that request
slices into the array.
|
Modifier and Type | Method and Description |
---|---|
abstract PoolAllocator |
Pool.newAllocator(OpOrder writes) |
Constructor and Description |
---|
ContextAllocator(OpOrder.Group opGroup,
PoolAllocator allocator,
ColumnFamilyStore cfs) |
Copyright © 2014 The Apache Software Foundation