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