| Package | Description |
|---|---|
| org.apache.ignite.internal.cache.query.index | |
| org.apache.ignite.internal.managers.indexing |
Indexing manager classes.
|
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.internal.processors.query.schema |
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteInternalFuture<?> |
IndexProcessor.rebuildIndexesForCache(GridCacheContext<?,?> cctx,
boolean force,
IndexRebuildCancelToken cancelTok)
Start rebuild of indexes for specified cache.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteInternalFuture<?> |
IndexesRebuildTask.rebuild(GridCacheContext<?,?> cctx,
boolean force,
IndexRebuildCancelToken cancelTok)
Start to rebuild.
|
protected void |
IndexesRebuildTask.startRebuild(GridCacheContext cctx,
GridFutureAdapter<Void> fut,
SchemaIndexCacheVisitorClosure clo,
IndexRebuildCancelToken cancelTok)
Actual start rebuilding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridQueryProcessor.processSchemaOperationLocal(SchemaAbstractOperation op,
QueryTypeDescriptorImpl type,
IgniteUuid depId,
IndexRebuildCancelToken cancelTok)
Process schema operation.
|
| Modifier and Type | Method and Description |
|---|---|
IndexRebuildCancelToken |
SchemaIndexCacheFuture.cancelToken()
Getting token for canceling index rebuilding.
|
| Constructor and Description |
|---|
SchemaIndexCacheFuture(IndexRebuildCancelToken cancelTok)
Constructor.
|
SchemaIndexCachePartitionWorker(GridCacheContext cctx,
GridDhtLocalPartition locPart,
AtomicBoolean stop,
IndexRebuildCancelToken cancelTok,
SchemaIndexCacheVisitorClosure clo,
GridFutureAdapter<SchemaIndexCacheStat> fut,
AtomicInteger partsCnt)
Constructor.
|
SchemaIndexCacheVisitorImpl(GridCacheContext<?,?> cctx,
IndexRebuildCancelToken cancelTok,
GridFutureAdapter<Void> buildIdxFut)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023