Package org.apache.ignite.compute.task
Class MapReduceJob<T,R>
java.lang.Object
org.apache.ignite.compute.task.MapReduceJob<T,R>
A description of the job to be submitted as a result of the split step of the
MapReduceTask
. Reflects the parameters of the
IgniteCompute.submitAsync(JobTarget, JobDescriptor, Object)
method.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Job submit parameters builder. -
Method Summary
Modifier and TypeMethodDescriptionarg()
Arguments of the job.static <T,
R> MapReduceJob.ComputeJobRunnerBuilder<T, R> builder()
Returns new builder.Job descriptor.nodes()
Candidate nodes; the job will be executed on one of them.Returns new builder using this definition.
-
Method Details
-
nodes
Candidate nodes; the job will be executed on one of them.- Returns:
- A set of candidate nodes.
-
jobDescriptor
Job descriptor.- Returns:
- Job descriptor.
-
arg
Arguments of the job.- Returns:
- Arguments of the job.
-
toBuilder
Returns new builder using this definition.- Returns:
- New builder.
-
builder
Returns new builder.- Returns:
- New builder.
-