Class ComputeFailoverExample
- java.lang.Object
-
- org.apache.ignite.examples.computegrid.failover.ComputeFailoverExample
-
public class ComputeFailoverExample extends java.lang.ObjectDemonstrates the usage of checkpoints in Ignite.The example tries to compute phrase length. In order to mitigate possible node failures, intermediate result is saved as as checkpoint after each job step.
Remote nodes must be started using
ComputeFailoverNodeStartup.
-
-
Constructor Summary
Constructors Constructor Description ComputeFailoverExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Executes example.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws IgniteExceptionExecutes example.- Parameters:
args- Command line arguments, none required.- Throws:
IgniteException- If example execution failed.
-
-