This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Wake.Remote.IDecoder< T > Interface Template Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Wake.Remote.IDecoder< T > Interface Template Reference

Interface for serialization routines that translate back and forth between byte arrays with low latency. More...

Inherited by Org.Apache.REEF.Wake.Remote.ICodec< T >, and Org.Apache.REEF.Wake.Remote.Impl.MultiDecoder< T >.

Public Member Functions

Decode (byte[] data)
 Decodes the given byte array into an object More...
 

Detailed Description

Interface for serialization routines that translate back and forth between byte arrays with low latency.

Template Parameters
TThe decoder type

Member Function Documentation

T Org.Apache.REEF.Wake.Remote.IDecoder< T >.Decode ( byte[]  data)

Decodes the given byte array into an object

Parameters
data
Returns
the decoded object

Implemented in Org.Apache.REEF.Wake.Remote.Impl.MultiCodec< T >, and Org.Apache.REEF.Wake.Remote.Impl.MultiDecoder< T >.


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