-
- All Superinterfaces:
TreeDelegate
- All Known Implementing Classes:
MapDataModel
public interface BTreeDelegate extends TreeDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbtreeDidDrop(BTree newTree, BTree oldTree, long lower)voidbtreeDidRemove(BTree newTree, BTree oldTree, Value key, Value oldValue)voidbtreeDidTake(BTree newTree, BTree oldTree, long upper)voidbtreeDidUpdate(BTree newTree, BTree oldTree, Value key, Value newValue, Value oldValue)-
Methods inherited from interface swim.db.TreeDelegate
treeDidChange, treeDidClear, treeDidCommit, treeDidLoadPage
-
-