| Package | Description |
|---|---|
| org.apache.ignite.internal.cache.query.index | |
| org.apache.ignite.internal.cache.query.index.sorted.inline | |
| org.apache.ignite.internal.managers.indexing |
Indexing manager classes.
|
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.spi.indexing |
Contains APIs for indexing SPI.
|
| org.apache.ignite.spi.indexing.noop |
Contains default no-op indexing SPI implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> IndexQueryResult<K,V> |
IndexQueryProcessor.queryLocal(GridCacheContext<K,V> cctx,
IndexQueryDesc idxQryDesc,
@Nullable IgniteBiPredicate<K,V> filter,
IndexingQueryFilter cacheFilter,
boolean keepBinary)
Run query on local node.
|
| Modifier and Type | Method and Description |
|---|---|
IndexingQueryFilter |
IndexQueryContext.cacheFilter() |
| 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 |
|---|---|
IgniteSpiCloseableIterator<?> |
GridIndexingManager.query(String cacheName,
Collection<Object> params,
IndexingQueryFilter filters) |
| Modifier and Type | Method and Description |
|---|---|
IndexingQueryFilter |
GridQueryIndexing.backupFilter(AffinityTopologyVersion topVer,
int[] parts)
Returns backup filter.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> IndexQueryResult<K,V> |
GridQueryProcessor.queryIndex(String cacheName,
String valCls,
IndexQueryDesc idxQryDesc,
@Nullable IgniteBiPredicate<K,V> entryFilter,
IndexingQueryFilter cacheFilter,
boolean keepBinary) |
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryIndexing.queryLocalText(String schemaName,
String cacheName,
String qry,
String typeName,
IndexingQueryFilter filter,
int limit)
Executes text query.
|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryProcessor.queryText(String cacheName,
String clause,
String resType,
IndexingQueryFilter filters,
int limit) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexingQueryFilterImpl
Indexing query filter.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<javax.cache.Cache.Entry<?,?>> |
IndexingSpi.query(@Nullable String cacheName,
Collection<Object> params,
@Nullable IndexingQueryFilter filters)
Executes query.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<javax.cache.Cache.Entry<?,?>> |
NoopIndexingSpi.query(@Nullable String cacheName,
Collection<Object> params,
@Nullable IndexingQueryFilter filters)
Executes query.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023