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

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

Public Member Functions

 HeaderEntry ()
 Initializes a new instance of the HeaderEntry class. More...
 
 HeaderEntry (string key, string value)
 Initializes a new instance of the HeaderEntry class. More...
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

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

Initializes a new instance of the HeaderEntry class.

Org.Apache.REEF.Common.Avro.HeaderEntry.HeaderEntry ( string  key,
string  value 
)
inline

Initializes a new instance of the HeaderEntry class.

Parameters
keyThe key.
valueThe value.

Property Documentation

string Org.Apache.REEF.Common.Avro.HeaderEntry.key
getset

Gets or sets the key field.

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

Gets the schema.

string Org.Apache.REEF.Common.Avro.HeaderEntry.value
getset

Gets or sets the value field.


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