Class MappedEntryProcessorComputeJob
java.lang.Object
org.gridgain.ignite.migrationtools.adapter.compute.MappedEntryProcessorComputeJob
public class MappedEntryProcessorComputeJob
extends Object
implements org.apache.ignite.compute.ComputeJob<Object,Object>
Alternative version of the bootstrap class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable CompletableFuture<Object>executeAsync(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
-
Constructor Details
-
MappedEntryProcessorComputeJob
public MappedEntryProcessorComputeJob()
-
-
Method Details
-
executeAsync
@Nullable public @Nullable CompletableFuture<Object> executeAsync(org.apache.ignite.compute.JobExecutionContext context, @Nullable @Nullable Object o)
-