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

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

Public Member Functions

 Acknowledgement ()
 Initializes a new instance of the Acknowledgement class. More...
 
 Acknowledgement (long messageIdentifier)
 Initializes a new instance of the Acknowledgement class. More...
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Acknowledgement() [1/2]

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

Initializes a new instance of the Acknowledgement class.

◆ Acknowledgement() [2/2]

org.apache.reef.bridge.message.Acknowledgement.Acknowledgement ( long  messageIdentifier)
inline

Initializes a new instance of the Acknowledgement class.

Parameters
messageIdentifierThe messageIdentifier.

Property Documentation

◆ messageIdentifier

long org.apache.reef.bridge.message.Acknowledgement.messageIdentifier
getset

Gets or sets the messageIdentifier field.

◆ Schema

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

Gets the schema.


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