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

◆ DefinedRuntimes() [1/2]

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

Initializes a new instance of the DefinedRuntimes class.

◆ DefinedRuntimes() [2/2]

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

◆ runtimeNames

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

Gets or sets the runtimeNames field.

◆ Schema

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

Gets the schema.


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