Class ComputeGoJobExample

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

public class ComputeGoJobExample extends Object
This example demonstrates the usage of the IgniteCompute API with Go WASM jobs.

See README.md in the examples directory for execution instructions.

  • Constructor Details

    • ComputeGoJobExample

      public ComputeGoJobExample()
  • 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.