Class BinaryEntryProcessorComputeJob

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

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 Details

  • Constructor Details

    • BinaryEntryProcessorComputeJob

      public BinaryEntryProcessorComputeJob()
  • Method Details

    • executeAsync

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