Apache REEF  0.14.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 (string fileFolder)
 The input is a file folder which contains all input files in one partition. More...
 
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 ( string  fileFolder)

The input is a file folder which contains all input files in one partition.

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

Parameters
fileFolder
Returns
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
local
Returns

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