|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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.AvroNode > | children [get, set] |
| Gets or sets the children field. More... | |
Used to serialize and deserialize Avro record org.apache.reef.tang.implementation.avro.AvroNode.
|
inline |
Initializes a new instance of the AvroNode class.
|
inline |
Initializes a new instance of the AvroNode class.
| name | The name. |
| fullName | The fullName. |
| classNode | The classNode. |
| namedParameterNode | The namedParameterNode. |
| packageNode | The packageNode. |
| children | The children. |
|
getset |
Gets or sets the children field.
|
getset |
Gets or sets the classNode field.
|
getset |
Gets or sets the fullName field.
|
getset |
Gets or sets the name field.
|
getset |
Gets or sets the namedParameterNode field.
|
getset |
Gets or sets the packageNode field.
|
staticget |
Gets the schema.
1.8.11