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

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

Initializes a new instance of the AvroAppSubmissionParameters class.

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

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

Gets the schema.

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

Gets or sets the tcpBeginPort field.

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

Gets or sets the tcpRangeCount field.

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: