Class ComputeMapReduceExample.PhraseWordLengthCountMapReduceTask

java.lang.Object
org.apache.ignite.example.compute.ComputeMapReduceExample.PhraseWordLengthCountMapReduceTask
All Implemented Interfaces:
MapReduceTask<String,String,Integer,Integer>
Enclosing class:
ComputeMapReduceExample

public static class ComputeMapReduceExample.PhraseWordLengthCountMapReduceTask extends Object implements MapReduceTask<String,String,Integer,Integer>
MapReduce task that splits the input phrase into words and sends them to different nodes for the processing.