public class HeapPool extends MemtablePool
Modifier and Type | Class and Description |
---|---|
static class |
HeapPool.Allocator |
MemtablePool.SubPool
offHeap, onHeap
Constructor and Description |
---|
HeapPool(long maxOnHeapMemory,
float cleanupThreshold,
java.lang.Runnable cleaner) |
Modifier and Type | Method and Description |
---|---|
boolean |
needToCopyOnHeap() |
MemtableAllocator |
newAllocator() |
shutdownAndWait
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 © 2020 The Apache Software Foundation