This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Client.Avro.AvroJobSubmissionParameters Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Client.Avro.AvroJobSubmissionParameters Class Reference

Used to serialize and deserialize Avro record org.apache.reef.reef.bridge.client.avro.AvroJobSubmissionParameters. More...

Public Member Functions

 AvroJobSubmissionParameters ()
 Initializes a new instance of the AvroJobSubmissionParameters class. More...
 
 AvroJobSubmissionParameters (string jobId, string jobSubmissionFolder)
 Initializes a new instance of the AvroJobSubmissionParameters class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
string jobId [get, set]
 Gets or sets the jobId field. More...
 
string jobSubmissionFolder [get, set]
 Gets or sets the jobSubmissionFolder field. More...
 

Detailed Description

Used to serialize and deserialize Avro record org.apache.reef.reef.bridge.client.avro.AvroJobSubmissionParameters.

This is a (mostly) auto-generated class. For instructions on how to regenerate, please view the README.md in the same folder.

Constructor & Destructor Documentation

Org.Apache.REEF.Client.Avro.AvroJobSubmissionParameters.AvroJobSubmissionParameters ( )
inline

Initializes a new instance of the AvroJobSubmissionParameters class.

Org.Apache.REEF.Client.Avro.AvroJobSubmissionParameters.AvroJobSubmissionParameters ( string  jobId,
string  jobSubmissionFolder 
)
inline

Initializes a new instance of the AvroJobSubmissionParameters class.

Parameters
jobIdThe jobId.
jobSubmissionFolderThe jobSubmissionFolder.

Property Documentation

string Org.Apache.REEF.Client.Avro.AvroJobSubmissionParameters.jobId
getset

Gets or sets the jobId field.

string Org.Apache.REEF.Client.Avro.AvroJobSubmissionParameters.jobSubmissionFolder
getset

Gets or sets the jobSubmissionFolder field.

string Org.Apache.REEF.Client.Avro.AvroJobSubmissionParameters.Schema
staticget

Gets the schema.


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