Interface BPlusTree.TreeVisitorClosure<L,T extends L>

Enclosing class:
BPlusTree<L,T extends L>

public static interface BPlusTree.TreeVisitorClosure<L,T extends L>
A generic visitor-style interface for performing inspection/modification operations on the tree.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
    visit(BPlusTree<L,T> tree, BPlusIO<L> io, long pageAddr, int idx, WalManager wal)
    Performs inspection or operation on a specified row.