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