Class IntegerDecrementJob
java.lang.Object
org.apache.ignite.example.serialization.IntegerDecrementJob
- All Implemented Interfaces:
ComputeJob<Integer,Integer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteAsync(JobExecutionContext ctx, Integer arg) Executes the job on an Ignite node.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
-
IntegerDecrementJob
public IntegerDecrementJob()
-
-
Method Details
-
executeAsync
Description copied from interface:ComputeJobExecutes the job on an Ignite node.- Specified by:
executeAsyncin interfaceComputeJob<Integer,Integer> - Parameters:
ctx- The execution context.arg- Job arguments.- Returns:
- Job future. Can be null if the job is synchronous and does not return any result.
-