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

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

Public Member Functions

 AvroLocalAppSubmissionParameters ()
 Initializes a new instance of the AvroLocalAppSubmissionParameters class. More...
 
 AvroLocalAppSubmissionParameters (AvroAppSubmissionParameters sharedAppSubmissionParameters, int maxNumberOfConcurrentEvaluators)
 Initializes a new instance of the AvroLocalAppSubmissionParameters class. More...
 

Properties

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

Detailed Description

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

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

Initializes a new instance of the AvroLocalAppSubmissionParameters class.

Org.Apache.REEF.Client.Avro.Local.AvroLocalAppSubmissionParameters.AvroLocalAppSubmissionParameters ( AvroAppSubmissionParameters  sharedAppSubmissionParameters,
int  maxNumberOfConcurrentEvaluators 
)
inline

Initializes a new instance of the AvroLocalAppSubmissionParameters class.

Parameters
sharedAppSubmissionParametersThe sharedAppSubmissionParameters.
maxNumberOfConcurrentEvaluatorsThe maxNumberOfConcurrentEvaluators.

Property Documentation

int Org.Apache.REEF.Client.Avro.Local.AvroLocalAppSubmissionParameters.maxNumberOfConcurrentEvaluators
getset

Gets or sets the maxNumberOfConcurrentEvaluators field.

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

Gets the schema.

AvroAppSubmissionParameters Org.Apache.REEF.Client.Avro.Local.AvroLocalAppSubmissionParameters.sharedAppSubmissionParameters
getset

Gets or sets the sharedAppSubmissionParameters field.


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