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

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

Public Member Functions

 AvroConstructorDef ()
 Initializes a new instance of the AvroConstructorDef class. More...
 
 AvroConstructorDef (string fullClassName, List< Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroConstructorArg > constructorArgs)
 Initializes a new instance of the AvroConstructorDef class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
string fullClassName [get, set]
 Gets or sets the fullClassName field. More...
 
List< Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroConstructorArgconstructorArgs [get, set]
 Gets or sets the constructorArgs field. More...
 

Detailed Description

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

Constructor & Destructor Documentation

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

Initializes a new instance of the AvroConstructorDef class.

Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroConstructorDef.AvroConstructorDef ( string  fullClassName,
List< Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroConstructorArg constructorArgs 
)
inline

Initializes a new instance of the AvroConstructorDef class.

Parameters
fullClassNameThe fullClassName.
constructorArgsThe constructorArgs.

Property Documentation

List<Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroConstructorArg> Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroConstructorDef.constructorArgs
getset

Gets or sets the constructorArgs field.

string Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroConstructorDef.fullClassName
getset

Gets or sets the fullClassName field.

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

Gets the schema.


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