Uses of Interface
org.apache.ignite.compute.ComputeJobResult
-
-
Uses of ComputeJobResult in org.apache.ignite.compute
Methods in org.apache.ignite.compute with parameters of type ComputeJobResult Modifier and Type Method Description ComputeJobResultPolicyComputeTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Asynchronous callback invoked every time a result from remote execution is received.ComputeJobResultPolicyComputeTaskAdapter. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.Method parameters in org.apache.ignite.compute with type arguments of type ComputeJobResult Modifier and Type Method Description RComputeTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.ComputeJobResultPolicyComputeTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Asynchronous callback invoked every time a result from remote execution is received.ComputeJobResultPolicyComputeTaskAdapter. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method. -
Uses of ComputeJobResult in org.apache.ignite.internal
Classes in org.apache.ignite.internal that implement ComputeJobResult Modifier and Type Class Description classGridJobResultImplClass provides implementation for job result.Methods in org.apache.ignite.internal with parameters of type ComputeJobResult Modifier and Type Method Description ComputeJobResultPolicyCheckCpHistTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.Method parameters in org.apache.ignite.internal with type arguments of type ComputeJobResult Modifier and Type Method Description BooleanCheckCpHistTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.ComputeJobResultPolicyCheckCpHistTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method. -
Uses of ComputeJobResult in org.apache.ignite.internal.commandline.cache.check_indexes_inline_size
Method parameters in org.apache.ignite.internal.commandline.cache.check_indexes_inline_size with type arguments of type ComputeJobResult Modifier and Type Method Description protected @Nullable CheckIndexInlineSizesResultCheckIndexInlineSizesTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.commandline.cache.distribution
Method parameters in org.apache.ignite.internal.commandline.cache.distribution with type arguments of type ComputeJobResult Modifier and Type Method Description protected @Nullable CacheDistributionTaskResultCacheDistributionTask. reduce0(List<ComputeJobResult> list)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.management
Method parameters in org.apache.ignite.internal.management with type arguments of type ComputeJobResult Modifier and Type Method Description protected @Nullable SystemViewTaskResultSystemViewTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache with parameters of type ComputeJobResult Modifier and Type Method Description ComputeJobResultPolicyVerifyBackupPartitionsDumpTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.ComputeJobResultPolicyVerifyBackupPartitionsTaskV2. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.Method parameters in org.apache.ignite.internal.management.cache with type arguments of type ComputeJobResult Modifier and Type Method Description @Nullable StringVerifyBackupPartitionsDumpTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.@Nullable IdleVerifyResultV2VerifyBackupPartitionsTaskV2. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.protected @Nullable Map<String,CacheConfiguration>CacheConfigurationCollectorTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable ContentionTaskResultContentionTask. reduce0(List<ComputeJobResult> list)Actual reduce logic.protected @Nullable FindAndDeleteGarbageInPersistenceTaskResultFindAndDeleteGarbageInPersistenceTask. 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.protected ScheduleIndexRebuildTaskResScheduleIndexRebuildTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable ValidateIndexesTaskResultValidateIndexesTask. reduce0(List<ComputeJobResult> list)Actual reduce logic.static IdleVerifyResultV2VerifyBackupPartitionsTaskV2. reduce0(List<ComputeJobResult> results)ComputeJobResultPolicyVerifyBackupPartitionsDumpTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.ComputeJobResultPolicyVerifyBackupPartitionsTaskV2. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.cdc
Method parameters in org.apache.ignite.internal.management.cdc with type arguments of type ComputeJobResult Modifier and Type Method Description protected @Nullable VoidCdcCacheDataResendTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable VoidCdcDeleteLostSegmentsTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.consistency
Method parameters in org.apache.ignite.internal.management.consistency with type arguments of type ComputeJobResult Modifier and Type Method Description protected ConsistencyTaskResultAbstractConsistencyTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected ConsistencyTaskResultConsistencyStatusTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.defragmentation
Method parameters in org.apache.ignite.internal.management.defragmentation with type arguments of type ComputeJobResult Modifier and Type Method Description protected @Nullable DefragmentationTaskResultDefragmentationTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.diagnostic
Method parameters in org.apache.ignite.internal.management.diagnostic with type arguments of type ComputeJobResult Modifier and Type Method 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. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.encryption
Method parameters in org.apache.ignite.internal.management.encryption with type arguments of type ComputeJobResult Modifier and Type Method Description protected @Nullable CacheGroupEncryptionTaskResult<T>CacheGroupEncryptionTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable CacheGroupEncryptionTaskResult<Double>ReencryptionRateTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.kill
Method parameters in org.apache.ignite.internal.management.kill with type arguments of type ComputeJobResult Modifier and Type Method Description protected VoidClientConnectionDropTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable VoidComputeCancelSessionTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected VoidConsistencyCancelTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable Map<ClusterNode,TxTaskResult>KillTransactionTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable VoidQueryCancelOnInitiatorTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.meta
Method parameters in org.apache.ignite.internal.management.meta with type arguments of type ComputeJobResult Modifier and Type Method Description protected MetadataListResultMetadataInfoTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable MetadataMarshalledMetadataRemoveTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable MetadataMarshalledMetadataUpdateTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.property
Method parameters in org.apache.ignite.internal.management.property with type arguments of type ComputeJobResult Modifier and Type Method Description protected @Nullable PropertiesListResultPropertiesListTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected @Nullable PropertyOperationResultPropertyTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.snapshot
Method parameters in org.apache.ignite.internal.management.snapshot with type arguments of type ComputeJobResult Modifier and Type Method Description protected @Nullable SnapshotStatusTask.SnapshotStatusSnapshotStatusTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.management.tx
Method parameters in org.apache.ignite.internal.management.tx with type arguments of type ComputeJobResult Modifier and Type Method Description protected GridCacheVersionFetchNearXidVersionTask. 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) -
Uses of ComputeJobResult in org.apache.ignite.internal.management.wal
Method parameters in org.apache.ignite.internal.management.wal with type arguments of type ComputeJobResult Modifier and Type Method Description protected @Nullable WalTaskResultWalTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.internal.managers.failover
Methods in org.apache.ignite.internal.managers.failover that return ComputeJobResult Modifier and Type Method Description ComputeJobResultGridFailoverContextImpl. getJobResult()Gets failed result of job execution.Methods in org.apache.ignite.internal.managers.failover with parameters of type ComputeJobResult Modifier and Type Method Description ClusterNodeGridFailoverManager. failover(GridTaskSessionImpl taskSes, ComputeJobResult jobRes, List<ClusterNode> top, int affPartId, @Nullable String affCacheName, @Nullable AffinityTopologyVersion topVer)Constructors in org.apache.ignite.internal.managers.failover with parameters of type ComputeJobResult Constructor Description GridFailoverContextImpl(GridTaskSessionImpl taskSes, ComputeJobResult jobRes, GridLoadBalancerManager loadMgr, int partId, @Nullable String affCacheName, @Nullable AffinityTopologyVersion topVer)Initializes failover context. -
Uses of ComputeJobResult in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type ComputeJobResult Modifier and Type Method Description ComputeJobResultPolicyAbstractSnapshotVerificationTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.ComputeJobResultPolicySnapshotMetadataVerificationTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.Method parameters in org.apache.ignite.internal.processors.cache.persistence.snapshot with type arguments of type ComputeJobResult Modifier and Type Method Description SnapshotPartitionsVerifyTaskResultIncrementalSnapshotVerificationTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.@Nullable SnapshotPartitionsVerifyTaskResultSnapshotHandlerRestoreTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.SnapshotMetadataVerificationTaskResultSnapshotMetadataVerificationTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.@Nullable SnapshotPartitionsVerifyTaskResultSnapshotPartitionsVerifyTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.ComputeJobResultPolicyAbstractSnapshotVerificationTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.ComputeJobResultPolicySnapshotMetadataVerificationTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method. -
Uses of ComputeJobResult in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify with parameters of type ComputeJobResult Modifier and Type Method Description ComputeJobResultPolicyCollectConflictPartitionKeysTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.ComputeJobResultPolicyRetrieveConflictPartitionValuesTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.Method parameters in org.apache.ignite.internal.processors.cache.verify with type arguments of type ComputeJobResult Modifier and Type Method Description @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 viaComputeTaskFuture.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 viaComputeTaskFuture.get()method.ComputeJobResultPolicyCollectConflictPartitionKeysTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method.ComputeJobResultPolicyRetrieveConflictPartitionValuesTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Default implementation which will wait for all jobs to complete before callingComputeTask.reduce(List)method. -
Uses of ComputeJobResult in org.apache.ignite.internal.processors.platform.compute
Methods in org.apache.ignite.internal.processors.platform.compute with parameters of type ComputeJobResult Modifier and Type Method Description ComputeJobResultPolicyPlatformAbstractTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Asynchronous callback invoked every time a result from remote execution is received.Method parameters in org.apache.ignite.internal.processors.platform.compute with type arguments of type ComputeJobResult Modifier and Type Method Description @Nullable VoidPlatformAbstractTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.ComputeJobResultPolicyPlatformAbstractTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Asynchronous callback invoked every time a result from remote execution is received. -
Uses of ComputeJobResult in org.apache.ignite.internal.util.future
Method parameters in org.apache.ignite.internal.util.future with type arguments of type ComputeJobResult Modifier and Type Method Description RIgniteRemoteMapTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method. -
Uses of ComputeJobResult in org.apache.ignite.internal.visor
Methods in org.apache.ignite.internal.visor with parameters of type ComputeJobResult Modifier and Type Method Description ComputeJobResultPolicyVisorMultiNodeTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Asynchronous callback invoked every time a result from remote execution is received.Method parameters in org.apache.ignite.internal.visor with type arguments of type ComputeJobResult Modifier and Type Method Description @Nullable VisorTaskResult<R>VisorMultiNodeTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.protected abstract RVisorMultiNodeTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected RVisorOneNodeTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.ComputeJobResultPolicyVisorMultiNodeTask. result(ComputeJobResult res, List<ComputeJobResult> rcvd)Asynchronous callback invoked every time a result from remote execution is received. -
Uses of ComputeJobResult in org.apache.ignite.internal.visor.compute
Method parameters in org.apache.ignite.internal.visor.compute with type arguments of type ComputeJobResult Modifier and Type Method Description protected @Nullable VoidVisorComputeCancelSessionsTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of ComputeJobResult in org.apache.ignite.spi.failover
Methods in org.apache.ignite.spi.failover that return ComputeJobResult Modifier and Type Method Description ComputeJobResultFailoverContext. getJobResult()Gets failed result of job execution.
-