public class NativeAllocator extends MemtableAllocator
The slab allocation reduces heap fragmentation from small long-lived objects.
MemtableAllocator.DataReclaimer, MemtableAllocator.SubAllocator
NO_OP
Modifier | Constructor and Description |
---|---|
protected |
NativeAllocator(NativePool pool) |
Modifier and Type | Method and Description |
---|---|
long |
allocate(int size,
OpOrder.Group opGroup) |
Cell |
clone(Cell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
CounterCell |
clone(CounterCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
DecoratedKey |
clone(DecoratedKey key,
OpOrder.Group writeOp) |
DeletedCell |
clone(DeletedCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
ExpiringCell |
clone(ExpiringCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
MemtableAllocator.DataReclaimer |
reclaimer() |
void |
setDiscarded()
Indicate the memory and resources owned by this allocator are no longer referenced,
and can be reclaimed/reused.
|
isLive, offHeap, onHeap, setDiscarding
protected NativeAllocator(NativePool pool)
public Cell clone(Cell cell, CFMetaData cfm, OpOrder.Group writeOp)
clone
in class MemtableAllocator
public CounterCell clone(CounterCell cell, CFMetaData cfm, OpOrder.Group writeOp)
clone
in class MemtableAllocator
public DeletedCell clone(DeletedCell cell, CFMetaData cfm, OpOrder.Group writeOp)
clone
in class MemtableAllocator
public ExpiringCell clone(ExpiringCell cell, CFMetaData cfm, OpOrder.Group writeOp)
clone
in class MemtableAllocator
public DecoratedKey clone(DecoratedKey key, OpOrder.Group writeOp)
clone
in class MemtableAllocator
public MemtableAllocator.DataReclaimer reclaimer()
reclaimer
in class MemtableAllocator
public long allocate(int size, OpOrder.Group opGroup)
public void setDiscarded()
MemtableAllocator
setDiscarded
in class MemtableAllocator
Copyright © 2020 The Apache Software Foundation