public class MemtablePool.SubPool
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
cleanThreshold |
long |
limit |
Constructor and Description |
---|
SubPool(long limit,
float cleanThreshold) |
Modifier and Type | Method and Description |
---|---|
WaitQueue |
hasRoom() |
MemtableAllocator.SubAllocator |
newAllocator() |
float |
reclaimingRatio() |
long |
used() |
float |
usedRatio() |
public long used()
public float reclaimingRatio()
public float usedRatio()
public MemtableAllocator.SubAllocator newAllocator()
public WaitQueue hasRoom()
Copyright © 2016 The Apache Software Foundation