Class ComputeJobStateExample
java.lang.Object
org.apache.ignite.example.compute.ComputeJobStateExample
This code demonstrates the usage of the
JobExecution interface that allows to get job statuses and, for example, handle
failures.
See README.md in the examples directory for execution instructions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJob that prints provided word. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComputeJobStateExample
public ComputeJobStateExample()
-
-
Method Details
-
main
Main method of the example.- Parameters:
args- The command line arguments.- Throws:
Exception- if any error occurs.
-