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

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

Public Member Functions

 AvroReefServiceInfo ()
 Initializes a new instance of the AvroReefServiceInfo class. More...
 
 AvroReefServiceInfo (string serviceName, string serviceInfo)
 Initializes a new instance of the AvroReefServiceInfo class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
string serviceName [get, set]
 Gets or sets the serviceName field. More...
 
string serviceInfo [get, set]
 Gets or sets the serviceInfo field. More...
 

Detailed Description

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

Constructor & Destructor Documentation

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

Initializes a new instance of the AvroReefServiceInfo class.

Org.Apache.REEF.Common.Avro.AvroReefServiceInfo.AvroReefServiceInfo ( string  serviceName,
string  serviceInfo 
)
inline

Initializes a new instance of the AvroReefServiceInfo class.

Parameters
serviceNameThe serviceName.
serviceInfoThe serviceInfo.

Property Documentation

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

Gets the schema.

string Org.Apache.REEF.Common.Avro.AvroReefServiceInfo.serviceInfo
getset

Gets or sets the serviceInfo field.

string Org.Apache.REEF.Common.Avro.AvroReefServiceInfo.serviceName
getset

Gets or sets the serviceName field.


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