Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
org.apache.reef.bridge.message.Protocol Class Reference

Used to serialize and deserialize Avro record org.apache.reef.bridge.message.Protocol. More...

Public Member Functions

 Protocol ()
 Initializes a new instance of the Protocol class. More...
 
 Protocol (int offset)
 Initializes a new instance of the Protocol class. More...
 

Properties

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

Detailed Description

Used to serialize and deserialize Avro record org.apache.reef.bridge.message.Protocol.

Constructor & Destructor Documentation

◆ Protocol() [1/2]

org.apache.reef.bridge.message.Protocol.Protocol ( )
inline

Initializes a new instance of the Protocol class.

◆ Protocol() [2/2]

org.apache.reef.bridge.message.Protocol.Protocol ( int  offset)
inline

Initializes a new instance of the Protocol class.

Parameters
offsetThe offset.

Property Documentation

◆ offset

int org.apache.reef.bridge.message.Protocol.offset
getset

Gets or sets the offset field.

◆ Schema

string org.apache.reef.bridge.message.Protocol.Schema
staticget

Gets the schema.


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