Class NativePool
- java.lang.Object
-
- org.apache.cassandra.utils.memory.MemtablePool
-
- org.apache.cassandra.utils.memory.NativePool
-
public class NativePool extends MemtablePool
-
-
Nested Class Summary
-
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 NativePool(long maxOnHeapMemory, long maxOffHeapMemory, float cleanThreshold, MemtableCleaner cleaner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NativeAllocator
newAllocator(java.lang.String table)
-
Methods inherited from class org.apache.cassandra.utils.memory.MemtablePool
getNumPendingtasks, needsCleaning, shutdownAndWait
-
-
-
-
Constructor Detail
-
NativePool
public NativePool(long maxOnHeapMemory, long maxOffHeapMemory, float cleanThreshold, MemtableCleaner cleaner)
-
-
Method Detail
-
newAllocator
public NativeAllocator newAllocator(java.lang.String table)
- Specified by:
newAllocator
in classMemtablePool
-
-