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

public class BootstrapJob extends Object implements org.apache.ignite.compute.ComputeJob<BootstapJobArgs,Object>
ComputeJob that spawns and runs Ignite 2 style compute jobs.
  • Constructor Details

    • BootstrapJob

      public BootstrapJob()
  • Method Details

    • executeAsync

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

      @Nullable public @Nullable org.apache.ignite.marshalling.Marshaller<BootstapJobArgs,byte[]> inputMarshaller()
      Specified by:
      inputMarshaller in interface org.apache.ignite.compute.ComputeJob<BootstapJobArgs,Object>
    • resultMarshaller

      @Nullable public @Nullable org.apache.ignite.marshalling.Marshaller<Object,byte[]> resultMarshaller()
      Specified by:
      resultMarshaller in interface org.apache.ignite.compute.ComputeJob<BootstapJobArgs,Object>