Class ComputeWasmJobExample

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

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

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

  • Constructor Details

    • ComputeWasmJobExample

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