Class ComputeJobStateExample

java.lang.Object
org.apache.ignite.example.compute.ComputeJobStateExample

public class ComputeJobStateExample extends Object
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.

  • Constructor Details

    • ComputeJobStateExample

      public ComputeJobStateExample()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Main method of the example.
      Parameters:
      args - The command line arguments.
      Throws:
      Exception - if any error occurs.