Uses of Class
org.apache.ignite.internal.processors.cache.verify.PartitionEntryHashRecord
-
Packages that use PartitionEntryHashRecord Package Description org.apache.ignite.internal.processors.cache.verify -
-
Uses of PartitionEntryHashRecord in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify that return types with arguments of type PartitionEntryHashRecord Modifier and Type Method Description Map<PartitionHashRecord,List<PartitionEntryHashRecord>>CollectConflictPartitionKeysTask.CollectPartitionEntryHashesJob. execute()Executes this job.Map<PartitionHashRecord,List<PartitionEntryHashRecord>>RetrieveConflictPartitionValuesTask.RetrieveConflictValuesJob. execute()Executes this job.@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.Method parameters in org.apache.ignite.internal.processors.cache.verify with type arguments of type PartitionEntryHashRecord Modifier and Type Method Description @NotNull Map<? extends ComputeJob,ClusterNode>RetrieveConflictPartitionValuesTask. map(List<ClusterNode> subgrid, Map<PartitionHashRecord,List<PartitionEntryHashRecord>> collectTaskRes)This method is called to map or split grid task into multiple grid jobs.
-