|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Used to serialize and deserialize Avro record org.apache.reef.webserver.AvroDriverInfo. More...
Public Member Functions | |
| AvroDriverInfo () | |
| Initializes a new instance of the AvroDriverInfo class. More... | |
| AvroDriverInfo (string remoteId, string startTime, IList< Org.Apache.REEF.Common.Avro.AvroReefServiceInfo > services) | |
| Initializes a new instance of the AvroDriverInfo class. More... | |
Properties | |
| static string | Schema [get] |
| Gets the schema. More... | |
| string | remoteId [get, set] |
| Gets or sets the remoteId field. More... | |
| string | startTime [get, set] |
| Gets or sets the startTime field. More... | |
| IList< Org.Apache.REEF.Common.Avro.AvroReefServiceInfo > | services [get, set] |
| Gets or sets the services field. More... | |
Used to serialize and deserialize Avro record org.apache.reef.webserver.AvroDriverInfo.
|
inline |
Initializes a new instance of the AvroDriverInfo class.
|
inline |
Initializes a new instance of the AvroDriverInfo class.
| remoteId | The remoteId. |
| startTime | The startTime. |
| services | The services. |
|
getset |
Gets or sets the remoteId field.
|
staticget |
Gets the schema.
|
getset |
Gets or sets the services field.
|
getset |
Gets or sets the startTime field.
1.8.11