| Modifier and Type | Method and Description |
|---|---|
ComputeJobResultPolicy |
ComputeTaskAdapter.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
ComputeJobResultPolicy |
ComputeTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Asynchronous callback invoked every time a result from remote execution is
received.
|
| Modifier and Type | Method and Description |
|---|---|
R |
ComputeTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
ComputeJobResultPolicy |
ComputeTaskAdapter.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
ComputeJobResultPolicy |
ComputeTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Asynchronous callback invoked every time a result from remote execution is
received.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobResultImpl
Class provides implementation for job result.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeJobResultPolicy |
CheckCpHistTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
CheckCpHistTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
ComputeJobResultPolicy |
CheckCpHistTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable CheckIndexInlineSizesResult |
CheckIndexInlineSizesTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable CacheDistributionTaskResult |
CacheDistributionTask.reduce0(List<ComputeJobResult> list)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable SystemViewTaskResult |
SystemViewTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeJobResultPolicy |
VerifyBackupPartitionsDumpTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
ComputeJobResultPolicy |
VerifyBackupPartitionsTaskV2.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
VerifyBackupPartitionsDumpTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
@Nullable IdleVerifyResultV2 |
VerifyBackupPartitionsTaskV2.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
protected @Nullable ValidateIndexesTaskResult |
ValidateIndexesTask.reduce0(List<ComputeJobResult> list)
Actual reduce logic.
|
protected @Nullable ContentionTaskResult |
ContentionTask.reduce0(List<ComputeJobResult> list)
Actual reduce logic.
|
protected @Nullable FindAndDeleteGarbageInPersistenceTaskResult |
FindAndDeleteGarbageInPersistenceTask.reduce0(List<ComputeJobResult> list)
Actual reduce logic.
|
protected Map<UUID,IndexForceRebuildTaskRes> |
IndexForceRebuildTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable Map<UUID,Set<IndexRebuildStatusInfoContainer>> |
IndexRebuildStatusTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
static IdleVerifyResultV2 |
VerifyBackupPartitionsTaskV2.reduce0(List<ComputeJobResult> results) |
protected @Nullable Map<String,CacheConfiguration> |
CacheConfigurationCollectorTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected ScheduleIndexRebuildTaskRes |
ScheduleIndexRebuildTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
ComputeJobResultPolicy |
VerifyBackupPartitionsDumpTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
ComputeJobResultPolicy |
VerifyBackupPartitionsTaskV2.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Void |
CdcCacheDataResendTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable Void |
CdcDeleteLostSegmentsTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConsistencyTaskResult |
ConsistencyStatusTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected ConsistencyTaskResult |
AbstractConsistencyTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable DefragmentationTaskResult |
DefragmentationTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Map<ClusterNode,ConnectivityResult> |
ConnectivityTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable Map<ClusterNode,PageLocksResult> |
PageLocksTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable CacheGroupEncryptionTaskResult<Double> |
ReencryptionRateTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable CacheGroupEncryptionTaskResult<T> |
CacheGroupEncryptionTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Map<ClusterNode,TxTaskResult> |
KillTransactionTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected Void |
ClientConnectionDropTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable Void |
ComputeCancelSessionTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected Void |
ConsistencyCancelTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable Void |
QueryCancelOnInitiatorTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable MetadataMarshalled |
MetadataRemoveTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable MetadataMarshalled |
MetadataUpdateTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected MetadataListResult |
MetadataInfoTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable PropertiesListResult |
PropertiesListTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable PropertyOperationResult |
PropertyTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable SnapshotTaskResult |
SnapshotStatusTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable SnapshotTaskResult |
SnapshotOneNodeTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridCacheVersion |
FetchNearXidVersionTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable Map<ClusterNode,TxTaskResult> |
TxTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
static Map<ClusterNode,TxTaskResult> |
TxTask.reduce0(List<ComputeJobResult> results,
boolean detailedInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable WalTaskResult |
WalTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeJobResult |
GridFailoverContextImpl.getJobResult()
Gets failed result of job execution.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterNode |
GridFailoverManager.failover(GridTaskSessionImpl taskSes,
ComputeJobResult jobRes,
List<ClusterNode> top,
int affPartId,
@Nullable String affCacheName,
@Nullable AffinityTopologyVersion topVer) |
| Constructor and Description |
|---|
GridFailoverContextImpl(GridTaskSessionImpl taskSes,
ComputeJobResult jobRes,
GridLoadBalancerManager loadMgr,
int partId,
@Nullable String affCacheName,
@Nullable AffinityTopologyVersion topVer)
Initializes failover context.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeJobResultPolicy |
AbstractSnapshotVerificationTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
ComputeJobResultPolicy |
SnapshotMetadataVerificationTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable SnapshotMetadataVerificationTaskResult |
SnapshotMetadataVerificationTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
SnapshotPartitionsVerifyTaskResult |
IncrementalSnapshotVerificationTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
@Nullable SnapshotPartitionsVerifyTaskResult |
SnapshotPartitionsVerifyTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
@Nullable SnapshotPartitionsVerifyTaskResult |
SnapshotHandlerRestoreTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
ComputeJobResultPolicy |
AbstractSnapshotVerificationTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
ComputeJobResultPolicy |
SnapshotMetadataVerificationTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
| Modifier and Type | Method and Description |
|---|---|
ComputeJobResultPolicy |
RetrieveConflictPartitionValuesTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
ComputeJobResultPolicy |
CollectConflictPartitionKeysTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Map<PartitionHashRecord,List<PartitionEntryHashRecord>> |
RetrieveConflictPartitionValuesTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
@Nullable Map<PartitionHashRecord,List<PartitionEntryHashRecord>> |
CollectConflictPartitionKeysTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
ComputeJobResultPolicy |
RetrieveConflictPartitionValuesTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
ComputeJobResultPolicy |
CollectConflictPartitionKeysTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
| Modifier and Type | Method and Description |
|---|---|
ComputeJobResultPolicy |
PlatformAbstractTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Asynchronous callback invoked every time a result from remote execution is
received.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable Void |
PlatformAbstractTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
ComputeJobResultPolicy |
PlatformAbstractTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Asynchronous callback invoked every time a result from remote execution is
received.
|
| Modifier and Type | Method and Description |
|---|---|
R |
IgniteRemoteMapTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
| Modifier and Type | Method and Description |
|---|---|
ComputeJobResultPolicy |
VisorMultiNodeTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Asynchronous callback invoked every time a result from remote execution is
received.
|
| Modifier and Type | Method and Description |
|---|---|
R |
VisorMultiNodeTask.reduce(List<ComputeJobResult> results)
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
protected R |
VisorOneNodeTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected abstract R |
VisorMultiNodeTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
ComputeJobResultPolicy |
VisorMultiNodeTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Asynchronous callback invoked every time a result from remote execution is
received.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Void |
VisorComputeCancelSessionsTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeJobResult |
FailoverContext.getJobResult()
Gets failed result of job execution.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023