| 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 MetadataMarshalled |
MetadataRemoveTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable MetadataMarshalled |
MetadataUpdateTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable 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 |
|---|---|
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 |
VerifyBackupPartitionsDumpTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) 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. |
ComputeJobResultPolicy |
VerifyBackupPartitionsTaskV2.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
ComputeJobResultPolicy |
VerifyBackupPartitionsTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Deprecated.
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 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. |
@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. |
@Nullable Map<PartitionKey,List<PartitionHashRecord>> |
VerifyBackupPartitionsTask.reduce(List<ComputeJobResult> results)
Deprecated.
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
ComputeTaskFuture.get() method. |
static IdleVerifyResultV2 |
VerifyBackupPartitionsTaskV2.reduce0(List<ComputeJobResult> results) |
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 |
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. |
ComputeJobResultPolicy |
VerifyBackupPartitionsTaskV2.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Default implementation which will wait for all jobs to complete before
calling
ComputeTask.reduce(List) method. |
ComputeJobResultPolicy |
VerifyBackupPartitionsTask.result(ComputeJobResult res,
List<ComputeJobResult> rcvd)
Deprecated.
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 VisorFindAndDeleteGarbageInPersistenceTaskResult |
VisorFindAndDeleteGarbageInPersistenceTask.reduce0(List<ComputeJobResult> list)
Actual reduce logic.
|
protected @Nullable Map<String,VisorCacheConfiguration> |
VisorCacheConfigurationCollectorTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Map<UUID,Set<IndexRebuildStatusInfoContainer>> |
IndexRebuildStatusTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable ScheduleIndexRebuildTaskRes |
ScheduleIndexRebuildTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Void |
VisorCdcCacheDataResendTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable Void |
VisorCdcDeleteLostSegmentsTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected Void |
VisorClientConnectionDropTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Void |
VisorComputeCancelSessionTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable Void |
VisorComputeCancelSessionsTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected VisorConsistencyTaskResult |
VisorConsistencyStatusTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected VisorConsistencyTaskResult |
AbstractConsistencyTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected Void |
VisorConsistencyCancelTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable VisorDefragmentationTaskResult |
VisorDefragmentationTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Map<ClusterNode,VisorPageLocksResult> |
VisorPageLocksTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Map<ClusterNode,VisorConnectivityResult> |
VisorConnectivityTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable VisorCacheGroupEncryptionTaskResult<T> |
VisorCacheGroupEncryptionTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable VisorCacheGroupEncryptionTaskResult<Double> |
VisorReencryptionRateTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable VisorWalTaskResult |
VisorWalTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Void |
VisorQueryCancelOnInitiatorTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable VisorSnapshotTaskResult |
VisorSnapshotOneNodeTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected @Nullable VisorSnapshotTaskResult |
VisorSnapshotStatusTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable VisorSystemViewTaskResult |
VisorSystemViewTask.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,VisorTxTaskResult> |
VisorTxTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable VisorValidateIndexesTaskResult |
VisorValidateIndexesTask.reduce0(List<ComputeJobResult> list)
Actual reduce logic.
|
protected @Nullable VisorContentionTaskResult |
VisorContentionTask.reduce0(List<ComputeJobResult> list)
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.15.0 Release Date : April 25 2023