Class ComputeRustJobExample

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

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

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

  • Constructor Details

    • ComputeRustJobExample

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