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