Class TreeIterator
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.persistence.defragmentation.TreeIterator
-
public class TreeIterator extends Object
-
-
Constructor Summary
Constructors Constructor Description TreeIterator(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <L,T extends L>
voiditerate(BPlusTree<L,T> tree, PageMemoryEx pageMemory, BPlusTree.TreeRowClosure<L,T> c)
-
-
-
Method Detail
-
iterate
public <L,T extends L> void iterate(BPlusTree<L,T> tree, PageMemoryEx pageMemory, BPlusTree.TreeRowClosure<L,T> c) throws IgniteCheckedException
- Throws:
IgniteCheckedException
-
-