public class SchemaIndexCachePartitionWorker extends GridWorker
isCancelled, log| Constructor and Description |
|---|
SchemaIndexCachePartitionWorker(GridCacheContext cctx,
GridDhtLocalPartition locPart,
AtomicBoolean stop,
SchemaIndexOperationCancellationToken cancel,
SchemaIndexCacheVisitorClosure clo,
GridFutureAdapter<SchemaIndexCacheStat> fut,
@Nullable SchemaIndexCacheFilter rowFilter,
AtomicInteger partsCnt)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
body()
The implementation should provide the execution body for this runnable.
|
String |
toString() |
blockingSectionBegin, blockingSectionEnd, cancel, cleanup, heartbeatTs, igniteInstanceName, isCancelled, isDone, join, name, onIdle, run, runner, updateHeartbeatpublic SchemaIndexCachePartitionWorker(GridCacheContext cctx, GridDhtLocalPartition locPart, AtomicBoolean stop, SchemaIndexOperationCancellationToken cancel, SchemaIndexCacheVisitorClosure clo, GridFutureAdapter<SchemaIndexCacheStat> fut, @Nullable @Nullable SchemaIndexCacheFilter rowFilter, AtomicInteger partsCnt)
cctx - Cache context.locPart - Partition.stop - Stop flag between all workers for one cache.cancel - Cancellation token between all workers for all caches.clo - Index closure.fut - Worker future.rowFilter - Row filter.partsCnt - Count of partitions to be processed.protected void body()
throws InterruptedException,
IgniteInterruptedCheckedException
body in class GridWorkerInterruptedException - Thrown in case of interruption.IgniteInterruptedCheckedException - If interrupted.public String toString()
toString in class GridWorker
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020