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

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

Public Member Functions

 AvroYarnJobSubmissionParameters ()
 Initializes a new instance of the AvroYarnJobSubmissionParameters class. More...
 
 AvroYarnJobSubmissionParameters (AvroJobSubmissionParameters sharedJobSubmissionParameters, string dfsJobSubmissionFolder, string jobSubmissionDirectoryPrefix)
 Initializes a new instance of the AvroYarnJobSubmissionParameters class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
AvroJobSubmissionParameters sharedJobSubmissionParameters [get, set]
 Gets or sets the sharedJobSubmissionParameters field. More...
 
string dfsJobSubmissionFolder [get, set]
 Gets or sets the dfsJobSubmissionFolder field. More...
 
string jobSubmissionDirectoryPrefix [get, set]
 Gets or sets the jobSubmissionDirectoryPrefix field. More...
 

Detailed Description

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

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.YARN.AvroYarnJobSubmissionParameters.AvroYarnJobSubmissionParameters ( )
inline

Initializes a new instance of the AvroYarnJobSubmissionParameters class.

Org.Apache.REEF.Client.Avro.YARN.AvroYarnJobSubmissionParameters.AvroYarnJobSubmissionParameters ( AvroJobSubmissionParameters  sharedJobSubmissionParameters,
string  dfsJobSubmissionFolder,
string  jobSubmissionDirectoryPrefix 
)
inline

Initializes a new instance of the AvroYarnJobSubmissionParameters class.

Parameters
sharedJobSubmissionParametersThe sharedJobSubmissionParameters.
dfsJobSubmissionFolderThe dfsJobSubmissionFolder.
jobSubmissionDirectoryPrefixThe jobSubmissionDirectoryPrefix.

Property Documentation

string Org.Apache.REEF.Client.Avro.YARN.AvroYarnJobSubmissionParameters.dfsJobSubmissionFolder
getset

Gets or sets the dfsJobSubmissionFolder field.

string Org.Apache.REEF.Client.Avro.YARN.AvroYarnJobSubmissionParameters.jobSubmissionDirectoryPrefix
getset

Gets or sets the jobSubmissionDirectoryPrefix field.

string Org.Apache.REEF.Client.Avro.YARN.AvroYarnJobSubmissionParameters.Schema
staticget

Gets the schema.

AvroJobSubmissionParameters Org.Apache.REEF.Client.Avro.YARN.AvroYarnJobSubmissionParameters.sharedJobSubmissionParameters
getset

Gets or sets the sharedJobSubmissionParameters field.


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