This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode 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.AvroNode Class Reference

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

Public Member Functions

 AvroNode ()
 Initializes a new instance of the AvroNode class. More...
 
 AvroNode (string name, string fullName, object classNode, object namedParameterNode, object packageNode, List< Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode > children)
 Initializes a new instance of the AvroNode class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
string name [get, set]
 Gets or sets the name field. More...
 
string fullName [get, set]
 Gets or sets the fullName field. More...
 
object classNode [get, set]
 Gets or sets the classNode field. More...
 
object namedParameterNode [get, set]
 Gets or sets the namedParameterNode field. More...
 
object packageNode [get, set]
 Gets or sets the packageNode field. More...
 
List< Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNodechildren [get, set]
 Gets or sets the children field. More...
 

Detailed Description

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

Constructor & Destructor Documentation

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

Initializes a new instance of the AvroNode class.

Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode.AvroNode ( string  name,
string  fullName,
object  classNode,
object  namedParameterNode,
object  packageNode,
List< Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode children 
)
inline

Initializes a new instance of the AvroNode class.

Parameters
nameThe name.
fullNameThe fullName.
classNodeThe classNode.
namedParameterNodeThe namedParameterNode.
packageNodeThe packageNode.
childrenThe children.

Property Documentation

List<Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode> Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode.children
getset

Gets or sets the children field.

object Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode.classNode
getset

Gets or sets the classNode field.

string Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode.fullName
getset

Gets or sets the fullName field.

string Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode.name
getset

Gets or sets the name field.

object Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode.namedParameterNode
getset

Gets or sets the namedParameterNode field.

object Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroNode.packageNode
getset

Gets or sets the packageNode field.

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

Gets the schema.


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