public static class CollectConflictPartitionKeysTask.CollectPartitionEntryHashesJob extends ComputeJobAdapter
| Modifier and Type | Method and Description |
|---|---|
Map<PartitionHashRecord,List<PartitionEntryHashRecord>> |
execute()
Executes this job.
|
argument, arguments, call, cancel, isCancelled, setArgumentspublic Map<PartitionHashRecord,List<PartitionEntryHashRecord>> execute() throws IgniteException
null). This result will be returned
in ComputeJobResult.getData() method passed into
ComputeTask.result(ComputeJobResult, List) task method on caller node.IgniteException - If job execution caused an exception. This exception will be
returned in ComputeJobResult.getException() method passed into
ComputeTask.result(ComputeJobResult, List) task method on caller node.
If execution produces a RuntimeException or Error, then
it will be wrapped into IgniteCheckedException.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019