Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Client.Avro.AvroAppSubmissionParameters Class Reference

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

Public Member Functions

 AvroAppSubmissionParameters ()
 Initializes a new instance of the AvroAppSubmissionParameters class. More...
 
 AvroAppSubmissionParameters (int tcpBeginPort, int tcpRangeCount, int tcpTryCount)
 Initializes a new instance of the AvroAppSubmissionParameters class. More...
 

Properties

static string Schema [get]
 Gets the schema. More...
 
int tcpBeginPort [get, set]
 Gets or sets the tcpBeginPort field. More...
 
int tcpRangeCount [get, set]
 Gets or sets the tcpRangeCount field. More...
 
int tcpTryCount [get, set]
 Gets or sets the tcpTryCount field. More...
 

Detailed Description

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

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

◆ AvroAppSubmissionParameters() [1/2]

Org.Apache.REEF.Client.Avro.AvroAppSubmissionParameters.AvroAppSubmissionParameters ( )
inline

Initializes a new instance of the AvroAppSubmissionParameters class.

◆ AvroAppSubmissionParameters() [2/2]

Org.Apache.REEF.Client.Avro.AvroAppSubmissionParameters.AvroAppSubmissionParameters ( int  tcpBeginPort,
int  tcpRangeCount,
int  tcpTryCount 
)
inline

Initializes a new instance of the AvroAppSubmissionParameters class.

Parameters
tcpBeginPortThe tcpBeginPort.
tcpRangeCountThe tcpRangeCount.
tcpTryCountThe tcpTryCount.

Property Documentation

◆ Schema

string Org.Apache.REEF.Client.Avro.AvroAppSubmissionParameters.Schema
staticget

Gets the schema.

◆ tcpBeginPort

int Org.Apache.REEF.Client.Avro.AvroAppSubmissionParameters.tcpBeginPort
getset

Gets or sets the tcpBeginPort field.

◆ tcpRangeCount

int Org.Apache.REEF.Client.Avro.AvroAppSubmissionParameters.tcpRangeCount
getset

Gets or sets the tcpRangeCount field.

◆ tcpTryCount

int Org.Apache.REEF.Client.Avro.AvroAppSubmissionParameters.tcpTryCount
getset

Gets or sets the tcpTryCount field.


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