This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Common.Avro.AvroDriverInfo Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Common.Avro.AvroDriverInfo Class Reference

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.AvroReefServiceInfoservices [get, set]
 Gets or sets the services field. More...
 

Detailed Description

Used to serialize and deserialize Avro record org.apache.reef.webserver.AvroDriverInfo.

Constructor & Destructor Documentation

Org.Apache.REEF.Common.Avro.AvroDriverInfo.AvroDriverInfo ( )
inline

Initializes a new instance of the AvroDriverInfo class.

Org.Apache.REEF.Common.Avro.AvroDriverInfo.AvroDriverInfo ( string  remoteId,
string  startTime,
IList< Org.Apache.REEF.Common.Avro.AvroReefServiceInfo services 
)
inline

Initializes a new instance of the AvroDriverInfo class.

Parameters
remoteIdThe remoteId.
startTimeThe startTime.
servicesThe services.

Property Documentation

string Org.Apache.REEF.Common.Avro.AvroDriverInfo.remoteId
getset

Gets or sets the remoteId field.

string Org.Apache.REEF.Common.Avro.AvroDriverInfo.Schema
staticget

Gets the schema.

IList<Org.Apache.REEF.Common.Avro.AvroReefServiceInfo> Org.Apache.REEF.Common.Avro.AvroDriverInfo.services
getset

Gets or sets the services field.

string Org.Apache.REEF.Common.Avro.AvroDriverInfo.startTime
getset

Gets or sets the startTime field.


The documentation for this class was generated from the following file: