public class SlabPool extends MemtablePool
MemtablePool.SubPool
offHeap, onHeap
Constructor and Description |
---|
SlabPool(long maxOnHeapMemory,
long maxOffHeapMemory,
float cleanupThreshold,
java.lang.Runnable cleaner) |
Modifier and Type | Method and Description |
---|---|
MemtableAllocator |
newAllocator() |
public SlabPool(long maxOnHeapMemory, long maxOffHeapMemory, float cleanupThreshold, java.lang.Runnable cleaner)
public MemtableAllocator newAllocator()
newAllocator
in class MemtablePool
Copyright © 2016 The Apache Software Foundation