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