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

The codec for PipelineMessage More...

Inherits ICodec< PipelineMessage< T >>.

Public Member Functions

byte[] Encode (PipelineMessage< T > obj)
 Encodes the given object into a Byte Array More...
 
PipelineMessage< T > Decode (byte[] data)
 Decodes the given byte array into a PipelineMessage object More...
 

Properties

ICodec< T > BaseCodec [get]
 Codec for actual message T More...
 

Detailed Description

The codec for PipelineMessage

Template Parameters
TThe message type

Member Function Documentation

Decodes the given byte array into a PipelineMessage object

Parameters
data
Returns
the decoded PipelineMessage object

Encodes the given object into a Byte Array

Parameters
obj
Returns
a byte[] representation of the object

Property Documentation

Codec for actual message T


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