| Package | Description |
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.utils.memory |
| Modifier and Type | Field and Description |
|---|---|
static MemtablePool |
Memtable.MEMORY_POOL |
| Modifier and Type | Method and Description |
|---|---|
static MemtablePool |
Memtable.createMemtableAllocatorPoolInternal(Config.MemtableAllocationType allocationType,
long heapLimit,
long offHeapLimit,
float cleaningThreshold,
MemtableCleaner cleaner) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemtableCleanerThread<P extends MemtablePool>
A thread that reclaims memory from a MemtablePool on demand.
|
static class |
MemtableCleanerThread.Clean<P extends MemtablePool> |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapPool |
class |
NativePool |
class |
SlabPool |
Copyright © 2009- The Apache Software Foundation