Class Hierarchy
- java.lang.Object
- org.apache.ignite.example.compute.ComputeAsyncExample
- org.apache.ignite.example.compute.ComputeBroadcastExample
- org.apache.ignite.example.compute.ComputeCancellationExample
- org.apache.ignite.example.compute.ComputeColocatedExample
- org.apache.ignite.example.compute.ComputeExample
- org.apache.ignite.example.compute.ComputeJobPriorityExample
- org.apache.ignite.example.compute.ComputeJobStateExample
- org.apache.ignite.example.compute.ComputeMapReduceExample
- org.apache.ignite.example.compute.ComputeMapReduceExample.PhraseWordLengthCountMapReduceTask (implements org.apache.ignite.compute.task.MapReduceTask<I,
M, T, R>) - org.apache.ignite.example.compute.ComputeWithCustomResultMarshallerExample
- org.apache.ignite.example.compute.ComputeWithCustomResultMarshallerExample.WordInfoJob (implements org.apache.ignite.compute.ComputeJob<T,
R>) - org.apache.ignite.example.compute.ComputeWithCustomResultMarshallerExample.WordInfoResult (implements java.io.Serializable)
- org.apache.ignite.example.compute.ComputeWithCustomResultMarshallerExample.WordInfoResultMarshaller (implements org.apache.ignite.marshalling.ByteArrayMarshaller<T>)
- org.apache.ignite.example.compute.ComputeWithResultExample