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

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

Public Member Functions

 AvroYarnAppSubmissionParameters ()
 Initializes a new instance of the AvroYarnAppSubmissionParameters class. More...
 
 AvroYarnAppSubmissionParameters (AvroAppSubmissionParameters sharedAppSubmissionParameters, int driverRecoveryTimeout)
 Initializes a new instance of the AvroYarnAppSubmissionParameters class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
AvroAppSubmissionParameters sharedAppSubmissionParameters [get, set]
 Gets or sets the sharedAppSubmissionParameters field. More...
 
int driverRecoveryTimeout [get, set]
 Gets or sets the driverRecoveryTimeout field. More...
 

Detailed Description

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

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

Initializes a new instance of the AvroYarnAppSubmissionParameters class.

Org.Apache.REEF.Client.Avro.YARN.AvroYarnAppSubmissionParameters.AvroYarnAppSubmissionParameters ( AvroAppSubmissionParameters  sharedAppSubmissionParameters,
int  driverRecoveryTimeout 
)
inline

Initializes a new instance of the AvroYarnAppSubmissionParameters class.

Parameters
sharedAppSubmissionParametersThe sharedAppSubmissionParameters.
driverRecoveryTimeoutThe driverRecoveryTimeout.

Property Documentation

int Org.Apache.REEF.Client.Avro.YARN.AvroYarnAppSubmissionParameters.driverRecoveryTimeout
getset

Gets or sets the driverRecoveryTimeout field.

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

Gets the schema.

AvroAppSubmissionParameters Org.Apache.REEF.Client.Avro.YARN.AvroYarnAppSubmissionParameters.sharedAppSubmissionParameters
getset

Gets or sets the sharedAppSubmissionParameters field.


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