Class HeapPool.Logged
- java.lang.Object
-
- org.apache.cassandra.utils.memory.MemtablePool
-
- org.apache.cassandra.utils.memory.HeapPool.Logged
-
- Enclosing class:
- HeapPool
public static class HeapPool.Logged extends MemtablePool
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHeapPool.Logged.Listener-
Nested 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
Constructors Constructor Description Logged(long maxOnHeapMemory, float cleanupThreshold, MemtableCleaner cleaner)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MemtableAllocatornewAllocator(java.lang.String table)static voidsetListener(HeapPool.Logged.Listener listener)-
Methods inherited from class org.apache.cassandra.utils.memory.MemtablePool
getNumPendingtasks, needsCleaning, shutdownAndWait
-
-
-
-
Constructor Detail
-
Logged
public Logged(long maxOnHeapMemory, float cleanupThreshold, MemtableCleaner cleaner)
-
-
Method Detail
-
newAllocator
public MemtableAllocator newAllocator(java.lang.String table)
- Specified by:
newAllocatorin classMemtablePool
-
setListener
public static void setListener(HeapPool.Logged.Listener listener)
-
-