Class HeapPool
java.lang.Object
org.apache.cassandra.utils.memory.MemtablePool
org.apache.cassandra.utils.memory.HeapPool
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.cassandra.utils.memory.MemtablePool
MemtablePool.SubPool -
Field Summary
Fields inherited from class org.apache.cassandra.utils.memory.MemtablePool
blockedOnAllocating, numPendingTasks, offHeap, onHeap -
Constructor Summary
ConstructorsConstructorDescriptionHeapPool(long maxOnHeapMemory, float cleanupThreshold, MemtableCleaner cleaner) -
Method Summary
Methods inherited from class org.apache.cassandra.utils.memory.MemtablePool
getNumPendingtasks, needsCleaning, shutdownAndWait
-
Constructor Details
-
HeapPool
-
-
Method Details
-
newAllocator
- Specified by:
newAllocatorin classMemtablePool
-