Class CodeDeploymentExample

java.lang.Object
org.apache.ignite.example.code.deployment.CodeDeploymentExample

public class CodeDeploymentExample extends Object
This example demonstrates the usage of the IgniteCompute.execute(org.apache.ignite.compute.JobTarget, org.apache.ignite.compute.JobDescriptor<T, R>, T) API.

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

  • Constructor Details

    • CodeDeploymentExample

      public CodeDeploymentExample()
  • Method Details

    • main

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