Apache REEF  0.14.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)
 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...
 

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 
)
inline

Initializes a new instance of the AvroYarnClusterJobSubmissionParameters class.

Parameters
yarnJobSubmissionParametersThe yarnJobSubmissionParameters.
securityTokenKindThe securityTokenKind.
securityTokenServiceThe securityTokenService.
driverMemoryThe driverMemory.
maxApplicationSubmissionsThe maxApplicationSubmissions.

Property Documentation

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

Gets or sets the driverMemory 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: