public static interface MemtableAllocator.DataReclaimer
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
commit() |
MemtableAllocator.DataReclaimer |
reclaim(Cell cell) |
MemtableAllocator.DataReclaimer |
reclaimImmediately(Cell cell) |
MemtableAllocator.DataReclaimer |
reclaimImmediately(DecoratedKey key) |
MemtableAllocator.DataReclaimer reclaim(Cell cell)
MemtableAllocator.DataReclaimer reclaimImmediately(Cell cell)
MemtableAllocator.DataReclaimer reclaimImmediately(DecoratedKey key)
void cancel()
void commit()
Copyright © 2016 The Apache Software Foundation