java.lang.Object
org.gridgain.ignite.migrationtools.adapter.compute.BootstapJobArgs
All Implemented Interfaces:
Serializable

public class BootstapJobArgs extends Object implements Serializable
Wrapper for the BootstrapJob Arguments.
See Also:
  • Constructor Details

    • BootstapJobArgs

      public BootstapJobArgs(String funName, BootstapJobArgs.FunctionType funType, @Nullable @Nullable Serializable funArg, String[] deploymentUnits)
      Constructor.
      Parameters:
      funName - Function Name.
      funType - Function Type.
      funArg - Function Args
      deploymentUnits - Deployment units.
  • Method Details