Class BootstapJobArgs
java.lang.Object
org.gridgain.ignite.migrationtools.adapter.compute.BootstapJobArgs
- All Implemented Interfaces:
Serializable
Wrapper for the BootstrapJob Arguments.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBootstapJobArgs(String funName, BootstapJobArgs.FunctionType funType, @Nullable Serializable funArg, String[] deploymentUnits) Constructor. -
Method Summary
-
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 ArgsdeploymentUnits- Deployment units.
-
-
Method Details
-
getFunName
-
getFunType
-
getFunArg
-
getDeploymentUnits
-