Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Network.Group.Pipelining.PipelineMessage< T > Class Template Reference

the message for pipelined communication More...

Public Member Functions

 PipelineMessage (T data, bool isLast)
 Create new PipelineMessage. More...
 

Properties

Data [get]
 Returns the actual message More...
 
bool IsLast [get]
 Returns whether this is the last pipelined message More...
 

Detailed Description

the message for pipelined communication

Template Parameters
TThe message type

Constructor & Destructor Documentation

◆ PipelineMessage()

Create new PipelineMessage.

Parameters
dataThe actual byte data
isLastWhether this is last pipeline message

Property Documentation

◆ Data

Returns the actual message

◆ IsLast

Returns whether this is the last pipelined message


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