public abstract class MemtablePool
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MemtablePool.SubPool
Note 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 boolean |
needToCopyOnHeap() |
abstract MemtableAllocator |
newAllocator() |
public final MemtablePool.SubPool onHeap
public final MemtablePool.SubPool offHeap
public final com.codahale.metrics.Timer blockedOnAllocating
public abstract boolean needToCopyOnHeap()
public abstract MemtableAllocator newAllocator()
Copyright © 2017 The Apache Software Foundation