Package org.apache.ignite.examples.computegrid
Basic examples for computational ignite functionality.
-
Class Summary Class Description ComputeAsyncExample Demonstrates a simple use ofIgniteRunnable.ComputeBroadcastExample Demonstrates broadcasting computations within cluster.ComputeCallableExample Demonstrates using ofIgniteCallablejob execution on the cluster.ComputeClosureExample Demonstrates a simple use of Ignite with reduce closure.ComputeContinuousMapperExample Demonstrates usage of continuous mapper.ComputeFibonacciContinuationExample This example demonstrates how to use continuation feature of Ignite by performing the distributed recursive calculation of'Fibonacci'numbers on the cluster.ComputeReducerExample Demonstrates a simple use of Ignite with reduce closure.ComputeRunnableExample Demonstrates a simple use ofIgniteRunnable.ComputeTaskMapExample Demonstrates a simple use of Ignite withComputeTaskAdapter.ComputeTaskSplitExample Demonstrates a simple use of Ignite withComputeTaskSplitAdapter.