| Package | Description |
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.utils.memory |
| Modifier and Type | Method and Description |
|---|---|
static MemtablePool |
Memtable.createMemtableAllocatorPoolInternal(Config.MemtableAllocationType allocationType,
long heapLimit,
long offHeapLimit,
float cleaningThreshold,
MemtableCleaner cleaner) |
| Constructor and Description |
|---|
HeapPool(long maxOnHeapMemory,
float cleanupThreshold,
MemtableCleaner cleaner) |
MemtableCleanerThread(P pool,
MemtableCleaner cleaner) |
NativePool(long maxOnHeapMemory,
long maxOffHeapMemory,
float cleanThreshold,
MemtableCleaner cleaner) |
SlabPool(long maxOnHeapMemory,
long maxOffHeapMemory,
float cleanupThreshold,
MemtableCleaner cleaner) |
Copyright © 2009- The Apache Software Foundation