Class ComputeWithCustomResultMarshallerExample.WordInfoJob

java.lang.Object
org.apache.ignite.example.compute.ComputeWithCustomResultMarshallerExample.WordInfoJob
All Implemented Interfaces:
ComputeJob<String,ComputeWithCustomResultMarshallerExample.WordInfoResult>
Enclosing class:
ComputeWithCustomResultMarshallerExample

public static class ComputeWithCustomResultMarshallerExample.WordInfoJob extends Object implements ComputeJob<String,ComputeWithCustomResultMarshallerExample.WordInfoResult>
Job that calculates length of the provided word.