Apache REEF  0.16.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

◆ HeaderEntry() [1/2]

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

Initializes a new instance of the HeaderEntry class.

◆ HeaderEntry() [2/2]

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

◆ key

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

Gets or sets the key field.

◆ Schema

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

Gets the schema.

◆ value

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: