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