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