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

Used to serialize and deserialize Avro record org.apache.reef.tang.implementation.avro.AvroNamedParameterNode. More...

Public Member Functions

 AvroNamedParameterNode ()
 Initializes a new instance of the AvroNamedParameterNode class. More...
 
 AvroNamedParameterNode (string simpleArgClassName, string fullArgClassName, bool isSet, bool isList, string documentation, string shortName, List< string > instanceDefault)
 Initializes a new instance of the AvroNamedParameterNode class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
string simpleArgClassName [get, set]
 Gets or sets the simpleArgClassName field. More...
 
string fullArgClassName [get, set]
 Gets or sets the fullArgClassName field. More...
 
bool isSet [get, set]
 Gets or sets the isSet field. More...
 
bool isList [get, set]
 Gets or sets the isList field. More...
 
string documentation [get, set]
 Gets or sets the documentation field. More...
 
string shortName [get, set]
 Gets or sets the shortName field. More...
 
List< string > instanceDefault [get, set]
 Gets or sets the instanceDefault field. More...
 

Detailed Description

Used to serialize and deserialize Avro record org.apache.reef.tang.implementation.avro.AvroNamedParameterNode.

Constructor & Destructor Documentation

Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNamedParameterNode.AvroNamedParameterNode ( )
inline

Initializes a new instance of the AvroNamedParameterNode class.

Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNamedParameterNode.AvroNamedParameterNode ( string  simpleArgClassName,
string  fullArgClassName,
bool  isSet,
bool  isList,
string  documentation,
string  shortName,
List< string >  instanceDefault 
)
inline

Initializes a new instance of the AvroNamedParameterNode class.

Parameters
simpleArgClassNameThe simpleArgClassName.
fullArgClassNameThe fullArgClassName.
isSetThe isSet.
isListThe isList.
documentationThe documentation.
shortNameThe shortName.
instanceDefaultThe instanceDefault.

Property Documentation

string Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNamedParameterNode.documentation
getset

Gets or sets the documentation field.

string Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNamedParameterNode.fullArgClassName
getset

Gets or sets the fullArgClassName field.

List<string> Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNamedParameterNode.instanceDefault
getset

Gets or sets the instanceDefault field.

bool Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNamedParameterNode.isList
getset

Gets or sets the isList field.

bool Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNamedParameterNode.isSet
getset

Gets or sets the isSet field.

string Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNamedParameterNode.Schema
staticget

Gets the schema.

string Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNamedParameterNode.shortName
getset

Gets or sets the shortName field.

string Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNamedParameterNode.simpleArgClassName
getset

Gets or sets the simpleArgClassName field.


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