Class ComputeClientTask

  • All Implemented Interfaces:
    java.io.Serializable, ComputeTask<java.util.Collection<BinaryObject>,​java.lang.Long>

    public class ComputeClientTask
    extends ComputeTaskSplitAdapter<java.util.Collection<BinaryObject>,​java.lang.Long>
    Task that is used for ComputeClientBinaryTaskExecutionExample and similar examples in .NET and C++.

    This task calculates average salary for provided collection of employees. It splits the collection into batches of size 3 and creates a job for each batch. After all jobs are executed, there results are reduced to get the average salary.

    See Also:
    Serialized Form
    • Constructor Detail

      • ComputeClientTask

        public ComputeClientTask()