This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Network.Group.Pipelining.PipelineMessage< T > Class Template Reference
Apache REEF  0.15.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

Create new PipelineMessage.

Parameters
dataThe actual byte data
isLastWhether this is last pipeline message

Property Documentation

Returns the actual message

Returns whether this is the last pipelined message


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