Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree.TreeRowFactory
-
Packages that use BPlusTree.TreeRowFactory Package Description org.apache.ignite.internal.cache.query.index.sorted.inline org.apache.ignite.internal.processors.cache.persistence.tree -
-
Uses of BPlusTree.TreeRowFactory in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return BPlusTree.TreeRowFactory Modifier and Type Method Description BPlusTree.TreeRowFactory<IndexRow,IndexRow>IndexQueryContext. rowFactory()Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type BPlusTree.TreeRowFactory Constructor Description IndexQueryContext(IndexingQueryFilter cacheFilter, BPlusTree.TreeRowClosure<IndexRow,IndexRow> rowFilter, BPlusTree.TreeRowFactory<IndexRow,IndexRow> rowFactory) -
Uses of BPlusTree.TreeRowFactory in org.apache.ignite.internal.processors.cache.persistence.tree
Methods in org.apache.ignite.internal.processors.cache.persistence.tree with parameters of type BPlusTree.TreeRowFactory Modifier and Type Method Description GridCursor<T>BPlusTree. find(L lower, L upper, boolean lowIncl, boolean upIncl, BPlusTree.TreeRowClosure<L,T> c, BPlusTree.TreeRowFactory<L,T> rowFactory, Object x)
-