public class IndexQueryContext extends Object
| Constructor and Description |
|---|
IndexQueryContext(IndexingQueryFilter cacheFilter,
BPlusTree.TreeRowClosure<IndexRow,IndexRow> rowFilter,
BPlusTree.TreeRowFactory<IndexRow,IndexRow> rowFactory,
MvccSnapshot mvccSnapshot) |
IndexQueryContext(IndexingQueryFilter cacheFilter,
BPlusTree.TreeRowClosure<IndexRow,IndexRow> rowFilter,
MvccSnapshot mvccSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
IndexingQueryFilter |
cacheFilter() |
MvccSnapshot |
mvccSnapshot() |
BPlusTree.TreeRowFactory<IndexRow,IndexRow> |
rowFactory() |
BPlusTree.TreeRowClosure<IndexRow,IndexRow> |
rowFilter() |
public IndexQueryContext(IndexingQueryFilter cacheFilter, BPlusTree.TreeRowClosure<IndexRow,IndexRow> rowFilter, MvccSnapshot mvccSnapshot)
public IndexQueryContext(IndexingQueryFilter cacheFilter, BPlusTree.TreeRowClosure<IndexRow,IndexRow> rowFilter, BPlusTree.TreeRowFactory<IndexRow,IndexRow> rowFactory, MvccSnapshot mvccSnapshot)
public MvccSnapshot mvccSnapshot()
public IndexingQueryFilter cacheFilter()
public BPlusTree.TreeRowClosure<IndexRow,IndexRow> rowFilter()
public BPlusTree.TreeRowFactory<IndexRow,IndexRow> rowFactory()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023