public abstract class MemtablePool
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | MemtablePool.SubPoolNote the difference between acquire() and allocate(); allocate() makes more resources available to all owners,
 and acquire() makes shared resources unavailable but still recorded. | 
| Modifier and Type | Field and Description | 
|---|---|
| com.codahale.metrics.Timer | blockedOnAllocating | 
| MemtablePool.SubPool | offHeap | 
| MemtablePool.SubPool | onHeap | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract MemtableAllocator | newAllocator() | 
public final MemtablePool.SubPool onHeap
public final MemtablePool.SubPool offHeap
public final com.codahale.metrics.Timer blockedOnAllocating
public abstract MemtableAllocator newAllocator()
Copyright © 2018 The Apache Software Foundation