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

Used to serialize and deserialize Avro record org.apache.reef.javabridge.avro.DefinedRuntimes. More...

Public Member Functions

 DefinedRuntimes ()
 Initializes a new instance of the DefinedRuntimes class. More...
 
 DefinedRuntimes (ISet< string > runtimeNames)
 Initializes a new instance of the DefinedRuntimes class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
List< string > runtimeNames [get, set]
 Gets or sets the runtimeNames field. More...
 

Detailed Description

Used to serialize and deserialize Avro record org.apache.reef.javabridge.avro.DefinedRuntimes.

Constructor & Destructor Documentation

Org.Apache.REEF.Driver.Bridge.Avro.DefinedRuntimes.DefinedRuntimes ( )
inline

Initializes a new instance of the DefinedRuntimes class.

Org.Apache.REEF.Driver.Bridge.Avro.DefinedRuntimes.DefinedRuntimes ( ISet< string >  runtimeNames)
inline

Initializes a new instance of the DefinedRuntimes class.

Parameters
runtimeNamesThe runtimeNames.

Property Documentation

List<string> Org.Apache.REEF.Driver.Bridge.Avro.DefinedRuntimes.runtimeNames
getset

Gets or sets the runtimeNames field.

string Org.Apache.REEF.Driver.Bridge.Avro.DefinedRuntimes.Schema
staticget

Gets the schema.


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