public interface BTreeStructureListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyCountChanged(Transaction trans,
BTreeNode node,
int diff) |
void |
notifyDeleted(Transaction trans,
BTreeNode node) |
void |
notifySplit(Transaction trans,
BTreeNode originalNode,
BTreeNode newRightNode) |
void notifySplit(Transaction trans, BTreeNode originalNode, BTreeNode newRightNode)
void notifyDeleted(Transaction trans, BTreeNode node)
void notifyCountChanged(Transaction trans, BTreeNode node, int diff)