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 | 
|---|---|
| com.codahale.metrics.Timer.Context | blockedTimerContext() | 
| 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()
public com.codahale.metrics.Timer.Context blockedTimerContext()
Copyright © 2018 The Apache Software Foundation