Class CodeDeploymentExample
java.lang.Object
org.apache.ignite.example.code.deployment.CodeDeploymentExample
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
CodeDeploymentExample
public CodeDeploymentExample()
-
-
Method Details
-
main
Runs the CodeDeploymentExample.- Parameters:
args- The command line arguments.- Throws:
Exception- if any error occurs.
-