Class MemtablePool

java.lang.Object
org.apache.cassandra.utils.memory.MemtablePool
Direct Known Subclasses:
HeapPool, HeapPool.Logged, NativePool, SlabPool

public abstract class MemtablePool extends Object
Represents an amount of memory used for a given purpose, that can be allocated to specific tasks through child MemtableAllocator objects.