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