Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Properties | List of all members
Org.Apache.REEF.Wake.Avro.IMessageInstance< out out T > Interface Template Reference

An interface to a readonly pair of (message, sequence number). More...

Properties

long Sequence [get]
 Get the sequence number of a message. More...
 
Message [get]
 Return the data payload of message instance. More...
 

Detailed Description

An interface to a readonly pair of (message, sequence number).

Template Parameters
TMessage payload type.

Property Documentation

◆ Message

T Org.Apache.REEF.Wake.Avro.IMessageInstance< out out T >.Message
get

Return the data payload of message instance.

◆ Sequence

long Org.Apache.REEF.Wake.Avro.IMessageInstance< out out T >.Sequence
get

Get the sequence number of a message.


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