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

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

Public Member Functions

 AvroLocalJobSubmissionParameters ()
 Initializes a new instance of the AvroLocalJobSubmissionParameters class. More...
 
 AvroLocalJobSubmissionParameters (AvroJobSubmissionParameters sharedJobSubmissionParameters, string driverStdoutFilePath, string driverStderrFilePath)
 Initializes a new instance of the AvroLocalJobSubmissionParameters class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
AvroJobSubmissionParameters sharedJobSubmissionParameters [get, set]
 Gets or sets the sharedJobSubmissionParameters 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.AvroLocalJobSubmissionParameters.

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

Initializes a new instance of the AvroLocalJobSubmissionParameters class.

Org.Apache.REEF.Client.Avro.Local.AvroLocalJobSubmissionParameters.AvroLocalJobSubmissionParameters ( AvroJobSubmissionParameters  sharedJobSubmissionParameters,
string  driverStdoutFilePath,
string  driverStderrFilePath 
)
inline

Initializes a new instance of the AvroLocalJobSubmissionParameters class.

Parameters
sharedJobSubmissionParametersThe sharedJobSubmissionParameters.
driverStdoutFilePathThe driverStdoutFilePath.
driverStderrFilePathThe driverStderrFilePath.

Property Documentation

string Org.Apache.REEF.Client.Avro.Local.AvroLocalJobSubmissionParameters.driverStderrFilePath
getset

Gets or sets the driverStderrFilePath field.

string Org.Apache.REEF.Client.Avro.Local.AvroLocalJobSubmissionParameters.driverStdoutFilePath
getset

Gets or sets the driverStdoutFilePath field.

string Org.Apache.REEF.Client.Avro.Local.AvroLocalJobSubmissionParameters.Schema
staticget

Gets the schema.

AvroJobSubmissionParameters Org.Apache.REEF.Client.Avro.Local.AvroLocalJobSubmissionParameters.sharedJobSubmissionParameters
getset

Gets or sets the sharedJobSubmissionParameters field.


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