Apache REEF  0.16.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

◆ AvroJobSubmissionParameters() [1/2]

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

Initializes a new instance of the AvroJobSubmissionParameters class.

◆ AvroJobSubmissionParameters() [2/2]

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

◆ jobId

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

Gets or sets the jobId field.

◆ jobSubmissionFolder

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

Gets or sets the jobSubmissionFolder field.

◆ Schema

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

Gets the schema.


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