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

A interface for user to implement its deserializer. More...

Public Member Functions

Deserialize (ISet< string > filePaths)
 The input is a set of file paths. More...
 

Detailed Description

A interface for user to implement its deserializer.

Template Parameters
T

Member Function Documentation

T Org.Apache.REEF.IO.PartitionedData.FileSystem.IFileDeSerializer< T >.Deserialize ( ISet< string >  filePaths)

The input is a set of file paths.

The output is of type T which is defined by the client. If there is any IO error, IOException could be thrown.

Parameters
filePaths
Returns

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