public static interface ColumnData.PostReconciliationFunction
Modifier and Type | Method and Description |
---|---|
void |
delete(ColumnData existing) |
ColumnData |
insert(ColumnData insert) |
Cell<?> |
merge(Cell<?> previous,
Cell<?> insert) |
void |
onAllocatedOnHeap(long delta) |
ColumnData insert(ColumnData insert)
void delete(ColumnData existing)
void onAllocatedOnHeap(long delta)
Copyright © 2009-2022 The Apache Software Foundation