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

Evaluator-Side representation of a data set partition. More...

Inherited by Org.Apache.REEF.IO.PartitionedData.FileSystem.FileSystemInputPartition< T >.

Public Member Functions

void Cache ()
 Caches the data locally, cached location is based on the implementation. More...
 
GetPartitionHandle ()
 Gives a pointer to the underlying partition. More...
 

Properties

string Id [get]
 The id of the partition. More...
 

Detailed Description

Evaluator-Side representation of a data set partition.

Template Parameters
TGeneric Type representing data pointer. For example, for data in local file it can be file pointer

Member Function Documentation

Caches the data locally, cached location is based on the implementation.

Gives a pointer to the underlying partition.

Returns
The pointer to the underlying partition

Property Documentation

The id of the partition.


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