|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Used to serialize and deserialize Avro record org.apache.reef.reef.bridge.client.avro.AvroYarnClusterJobSubmissionParameters. More...
Public Member Functions | |
| AvroYarnClusterJobSubmissionParameters () | |
| Initializes a new instance of the AvroYarnClusterJobSubmissionParameters class. More... | |
| AvroYarnClusterJobSubmissionParameters (AvroYarnJobSubmissionParameters yarnJobSubmissionParameters, string securityTokenKind, string securityTokenService, int driverMemory, int maxApplicationSubmissions, string driverStdoutFilePath, string driverStderrFilePath) | |
| Initializes a new instance of the AvroYarnClusterJobSubmissionParameters class. More... | |
Properties | |
| static string | Schema [get] |
| Gets the schema. More... | |
| AvroYarnJobSubmissionParameters | yarnJobSubmissionParameters [get, set] |
| Gets or sets the yarnJobSubmissionParameters field. More... | |
| string | securityTokenKind [get, set] |
| Gets or sets the securityTokenKind field. More... | |
| string | securityTokenService [get, set] |
| Gets or sets the securityTokenService field. More... | |
| int | driverMemory [get, set] |
| Gets or sets the driverMemory field. More... | |
| int | maxApplicationSubmissions [get, set] |
| Gets or sets the maxApplicationSubmissions field. More... | |
| string | driverStdoutFilePath [get, set] |
| Gets or sets the driverStdoutFilePath field. More... | |
| string | driverStderrFilePath [get, set] |
| Gets or sets the driverStderrFilePath field. More... | |
Used to serialize and deserialize Avro record org.apache.reef.reef.bridge.client.avro.AvroYarnClusterJobSubmissionParameters.
This is a (mostly) auto-generated class. For instructions on how to regenerate, please view the README.md in the same folder.
|
inline |
Initializes a new instance of the AvroYarnClusterJobSubmissionParameters class.
|
inline |
Initializes a new instance of the AvroYarnClusterJobSubmissionParameters class.
| yarnJobSubmissionParameters | The yarnJobSubmissionParameters. |
| securityTokenKind | The securityTokenKind. |
| securityTokenService | The securityTokenService. |
| driverMemory | The driverMemory. |
| maxApplicationSubmissions | The maxApplicationSubmissions. |
| driverStdoutFilePath | The driverStdoutFilePath. |
| driverStderrFilePath | The driverStderrFilePath. |
|
getset |
Gets or sets the driverMemory field.
|
getset |
Gets or sets the driverStderrFilePath field.
|
getset |
Gets or sets the driverStdoutFilePath field.
|
getset |
Gets or sets the maxApplicationSubmissions field.
|
staticget |
Gets the schema.
|
getset |
Gets or sets the securityTokenKind field.
|
getset |
Gets or sets the securityTokenService field.
|
getset |
Gets or sets the yarnJobSubmissionParameters field.
1.8.11