| Package | Description |
|---|---|
| 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 |
|---|---|
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> 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.10.0 Release Date : March 10 2021