public class SlabAllocator extends MemtableBufferAllocator
MemtableAllocator.SubAllocator| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
allocate(int size) |
java.nio.ByteBuffer |
allocate(int size,
OpOrder.Group opGroup) |
protected AbstractAllocator |
allocator(OpOrder.Group writeOp) |
void |
setDiscarded()
Indicate the memory and resources owned by this allocator are no longer referenced,
and can be reclaimed/reused.
|
clone, rowBuilderisLive, offHeap, onHeap, setDiscardingpublic java.nio.ByteBuffer allocate(int size)
public java.nio.ByteBuffer allocate(int size,
OpOrder.Group opGroup)
allocate in class MemtableBufferAllocatorpublic void setDiscarded()
MemtableAllocatorsetDiscarded in class MemtableAllocatorprotected AbstractAllocator allocator(OpOrder.Group writeOp)
allocator in class MemtableBufferAllocatorCopyright © 2017 The Apache Software Foundation