public abstract class MemtableBufferAllocator extends MemtableAllocator
MemtableAllocator.SubAllocator
Modifier | Constructor and Description |
---|---|
protected |
MemtableBufferAllocator(MemtableAllocator.SubAllocator onHeap,
MemtableAllocator.SubAllocator offHeap) |
Modifier and Type | Method and Description |
---|---|
abstract java.nio.ByteBuffer |
allocate(int size,
OpOrder.Group opGroup) |
protected Cloner |
allocator(OpOrder.Group opGroup) |
cloner, ensureOnHeap, isLive, offHeap, onHeap, setDiscarded, setDiscarding
protected MemtableBufferAllocator(MemtableAllocator.SubAllocator onHeap, MemtableAllocator.SubAllocator offHeap)
public abstract java.nio.ByteBuffer allocate(int size, OpOrder.Group opGroup)
protected Cloner allocator(OpOrder.Group opGroup)
Copyright © 2009- The Apache Software Foundation