Class HeapPool.Logged
java.lang.Object
org.apache.cassandra.utils.memory.MemtablePool
org.apache.cassandra.utils.memory.HeapPool.Logged
- Enclosing class:
- 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
ConstructorsConstructorDescriptionLogged(long maxOnHeapMemory, float cleanupThreshold, MemtableCleaner cleaner) -
Method Summary
Modifier and TypeMethodDescriptionnewAllocator(String table) static voidsetListener(HeapPool.Logged.Listener listener) Methods inherited from class org.apache.cassandra.utils.memory.MemtablePool
getNumPendingtasks, needsCleaning, shutdownAndWait
-
Constructor Details
-
Logged
-
-
Method Details
-
newAllocator
- Specified by:
newAllocatorin classMemtablePool
-
setListener
-