Apache REEF  0.16.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

◆ Cache()

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

◆ GetPartitionHandle()

Gives a pointer to the underlying partition.

Returns
The pointer to the underlying partition

Property Documentation

◆ Id

The id of the partition.


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