Apache REEF  0.16.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 fileSystemUrl, 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...
 
string fileSystemUrl [get, set]
 Gets or sets file system url 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

◆ AvroYarnJobSubmissionParameters() [1/2]

Org.Apache.REEF.Client.Avro.YARN.AvroYarnJobSubmissionParameters.AvroYarnJobSubmissionParameters ( )
inline

Initializes a new instance of the AvroYarnJobSubmissionParameters class.

◆ AvroYarnJobSubmissionParameters() [2/2]

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

Initializes a new instance of the AvroYarnJobSubmissionParameters class.

Parameters
sharedJobSubmissionParametersThe sharedJobSubmissionParameters.
dfsJobSubmissionFolderThe dfsJobSubmissionFolder.
jobSubmissionDirectoryPrefixThe jobSubmissionDirectoryPrefix.
fileSystemUrlThe file system URL prefix.

Property Documentation

◆ dfsJobSubmissionFolder

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

Gets or sets the dfsJobSubmissionFolder field.

◆ fileSystemUrl

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

Gets or sets file system url

◆ jobSubmissionDirectoryPrefix

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

Gets or sets the jobSubmissionDirectoryPrefix field.

◆ Schema

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

Gets the schema.

◆ sharedJobSubmissionParameters

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: