Apache REEF  0.16.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

◆ AvroLocalAppSubmissionParameters() [1/2]

Org.Apache.REEF.Client.Avro.Local.AvroLocalAppSubmissionParameters.AvroLocalAppSubmissionParameters ( )
inline

Initializes a new instance of the AvroLocalAppSubmissionParameters class.

◆ AvroLocalAppSubmissionParameters() [2/2]

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

◆ maxNumberOfConcurrentEvaluators

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

Gets or sets the maxNumberOfConcurrentEvaluators field.

◆ Schema

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

Gets the schema.

◆ sharedAppSubmissionParameters

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: