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

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

Public Member Functions

 AvroConstructorArg ()
 Initializes a new instance of the AvroConstructorArg class. More...
 
 AvroConstructorArg (string fullArgClassName, string namedParameterName, bool isInjectionFuture)
 Initializes a new instance of the AvroConstructorArg class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
string fullArgClassName [get, set]
 Gets or sets the fullArgClassName field. More...
 
string namedParameterName [get, set]
 Gets or sets the namedParameterName field. More...
 
bool isInjectionFuture [get, set]
 Gets or sets the isInjectionFuture field. More...
 

Detailed Description

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

Constructor & Destructor Documentation

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

Initializes a new instance of the AvroConstructorArg class.

Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroConstructorArg.AvroConstructorArg ( string  fullArgClassName,
string  namedParameterName,
bool  isInjectionFuture 
)
inline

Initializes a new instance of the AvroConstructorArg class.

Parameters
fullArgClassNameThe fullArgClassName.
namedParameterNameThe namedParameterName.
isInjectionFutureThe isInjectionFuture.

Property Documentation

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

Gets or sets the fullArgClassName field.

bool Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroConstructorArg.isInjectionFuture
getset

Gets or sets the isInjectionFuture field.

string Org.Apache.REEF.Tang.Implementations.ClassHierarchy.AvroDataContract.AvroConstructorArg.namedParameterName
getset

Gets or sets the namedParameterName field.

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

Gets the schema.


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