Class BinaryEntryProcessorComputeJob
java.lang.Object
org.gridgain.ignite.migrationtools.adapter.compute.BinaryEntryProcessorComputeJob
public class BinaryEntryProcessorComputeJob
extends Object
implements org.apache.ignite.compute.ComputeJob<Object,Object>
Main version of the bootstrap class.
This class is responsible for instancing the client code and pack all the necessary arguments in the required adapter classes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable CompletableFutureexecuteAsync(org.apache.ignite.compute.JobExecutionContext context, @Nullable Object o) 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
-
Field Details
-
TUPLE_BINARY_OBJECT_IMPL
- See Also:
-
-
Constructor Details
-
BinaryEntryProcessorComputeJob
public BinaryEntryProcessorComputeJob()
-
-
Method Details
-
executeAsync
@Nullable public @Nullable CompletableFuture executeAsync(org.apache.ignite.compute.JobExecutionContext context, @Nullable @Nullable Object o)
-