|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Used to serialize and deserialize Avro record org.apache.reef.reef.bridge.client.avro.AvroLocalJobSubmissionParameters. More...
Public Member Functions | |
| AvroLocalJobSubmissionParameters () | |
| Initializes a new instance of the AvroLocalJobSubmissionParameters class. More... | |
| AvroLocalJobSubmissionParameters (AvroJobSubmissionParameters sharedJobSubmissionParameters, string driverStdoutFilePath, string driverStderrFilePath) | |
| Initializes a new instance of the AvroLocalJobSubmissionParameters class. More... | |
Properties | |
| static string | Schema [get] |
| Gets the schema. More... | |
| AvroJobSubmissionParameters | sharedJobSubmissionParameters [get, set] |
| Gets or sets the sharedJobSubmissionParameters 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.AvroLocalJobSubmissionParameters.
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 AvroLocalJobSubmissionParameters class.
|
inline |
Initializes a new instance of the AvroLocalJobSubmissionParameters class.
| sharedJobSubmissionParameters | The sharedJobSubmissionParameters. |
| driverStdoutFilePath | The driverStdoutFilePath. |
| driverStderrFilePath | The driverStderrFilePath. |
|
getset |
Gets or sets the driverStderrFilePath field.
|
getset |
Gets or sets the driverStdoutFilePath field.
|
staticget |
Gets the schema.
|
getset |
Gets or sets the sharedJobSubmissionParameters field.
1.8.11