Class MyJob
java.lang.Object
org.apache.ignite.example.code.deployment.MyJob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteAsync(org.apache.ignite.compute.JobExecutionContext ctx, String arg) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.ignite.compute.ComputeJob
inputMarshaller, resultMarshaller
-
Constructor Details
-
MyJob
public MyJob()
-
-
Method Details
-
executeAsync
public CompletableFuture<String> executeAsync(org.apache.ignite.compute.JobExecutionContext ctx, String arg)
-