This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Client.Avro.YARN.AvroYarnClusterJobSubmissionParameters 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.AvroYarnClusterJobSubmissionParameters Class Reference

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

Public Member Functions

 AvroYarnClusterJobSubmissionParameters ()
 Initializes a new instance of the AvroYarnClusterJobSubmissionParameters class. More...
 
 AvroYarnClusterJobSubmissionParameters (AvroYarnJobSubmissionParameters yarnJobSubmissionParameters, string securityTokenKind, string securityTokenService, int driverMemory, int maxApplicationSubmissions, string driverStdoutFilePath, string driverStderrFilePath)
 Initializes a new instance of the AvroYarnClusterJobSubmissionParameters class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
AvroYarnJobSubmissionParameters yarnJobSubmissionParameters [get, set]
 Gets or sets the yarnJobSubmissionParameters field. More...
 
string securityTokenKind [get, set]
 Gets or sets the securityTokenKind field. More...
 
string securityTokenService [get, set]
 Gets or sets the securityTokenService field. More...
 
int driverMemory [get, set]
 Gets or sets the driverMemory field. More...
 
int maxApplicationSubmissions [get, set]
 Gets or sets the maxApplicationSubmissions field. More...
 
string driverStdoutFilePath [get, set]
 Gets or sets the driverStdoutFilePath field. More...
 
string driverStderrFilePath [get, set]
 Gets or sets the driverStderrFilePath field. More...
 

Detailed Description

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

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

Initializes a new instance of the AvroYarnClusterJobSubmissionParameters class.

Org.Apache.REEF.Client.Avro.YARN.AvroYarnClusterJobSubmissionParameters.AvroYarnClusterJobSubmissionParameters ( AvroYarnJobSubmissionParameters  yarnJobSubmissionParameters,
string  securityTokenKind,
string  securityTokenService,
int  driverMemory,
int  maxApplicationSubmissions,
string  driverStdoutFilePath,
string  driverStderrFilePath 
)
inline

Initializes a new instance of the AvroYarnClusterJobSubmissionParameters class.

Parameters
yarnJobSubmissionParametersThe yarnJobSubmissionParameters.
securityTokenKindThe securityTokenKind.
securityTokenServiceThe securityTokenService.
driverMemoryThe driverMemory.
maxApplicationSubmissionsThe maxApplicationSubmissions.
driverStdoutFilePathThe driverStdoutFilePath.
driverStderrFilePathThe driverStderrFilePath.

Property Documentation

int Org.Apache.REEF.Client.Avro.YARN.AvroYarnClusterJobSubmissionParameters.driverMemory
getset

Gets or sets the driverMemory field.

string Org.Apache.REEF.Client.Avro.YARN.AvroYarnClusterJobSubmissionParameters.driverStderrFilePath
getset

Gets or sets the driverStderrFilePath field.

string Org.Apache.REEF.Client.Avro.YARN.AvroYarnClusterJobSubmissionParameters.driverStdoutFilePath
getset

Gets or sets the driverStdoutFilePath field.

int Org.Apache.REEF.Client.Avro.YARN.AvroYarnClusterJobSubmissionParameters.maxApplicationSubmissions
getset

Gets or sets the maxApplicationSubmissions field.

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

Gets the schema.

string Org.Apache.REEF.Client.Avro.YARN.AvroYarnClusterJobSubmissionParameters.securityTokenKind
getset

Gets or sets the securityTokenKind field.

string Org.Apache.REEF.Client.Avro.YARN.AvroYarnClusterJobSubmissionParameters.securityTokenService
getset

Gets or sets the securityTokenService field.

AvroYarnJobSubmissionParameters Org.Apache.REEF.Client.Avro.YARN.AvroYarnClusterJobSubmissionParameters.yarnJobSubmissionParameters
getset

Gets or sets the yarnJobSubmissionParameters field.


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