Interface BPlusTree.TreeRowFactory<L,T extends L>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(BPlusTree<L,T> tree, BPlusIO<L> io, long pageAddr, int idx)Creates row.
-
-
-
Method Detail
-
create
T create(BPlusTree<L,T> tree, BPlusIO<L> io, long pageAddr, int idx) throws IgniteCheckedException
Creates row.- Parameters:
tree- The tree.io- The tree IO object.pageAddr- The page address.idx- The item index.- Returns:
- Created index row.
- Throws:
IgniteCheckedException- If failed.
-
-