A builder for JobParameters.
More...
A builder for JobParameters.
JobParameters Org.Apache.REEF.Client.API.JobParametersBuilder.Build |
( |
| ) |
|
|
inline |
Builds a JobParameters object based on parameters passed to the builder.
- Returns
JobParametersBuilder Org.Apache.REEF.Client.API.JobParametersBuilder.SetDriverMemory |
( |
int |
driverMemoryInMb | ) |
|
|
inline |
Sets the amount of memory (in MB) to allocate for the Driver.
- Parameters
-
driverMemoryInMb | The amount of memory (in MB) to allocate for the Driver. |
- Returns
- this
Sets the identifier of the job.
JobParametersBuilder Org.Apache.REEF.Client.API.JobParametersBuilder.SetMaxApplicationSubmissions |
( |
int |
maxApplicationSubmissions | ) |
|
|
inline |
Sets the maximum amount of times the job can be submitted.
Used primarily in the driver restart scenario.
The documentation for this class was generated from the following file: