Class MappedEntryProcessorComputeJob

java.lang.Object
org.gridgain.ignite.migrationtools.adapter.compute.MappedEntryProcessorComputeJob
All Implemented Interfaces:
org.apache.ignite.compute.ComputeJob<Object,Object>

public class MappedEntryProcessorComputeJob extends Object implements org.apache.ignite.compute.ComputeJob<Object,Object>
Alternative version of the bootstrap class.
  • Constructor Details

    • MappedEntryProcessorComputeJob

      public MappedEntryProcessorComputeJob()
  • Method Details

    • executeAsync

      @Nullable public @Nullable CompletableFuture<Object> executeAsync(org.apache.ignite.compute.JobExecutionContext context, @Nullable @Nullable Object o)
      Specified by:
      executeAsync in interface org.apache.ignite.compute.ComputeJob<Object,Object>