|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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... | |
| T | GetPartitionHandle () |
| Gives a pointer to the underlying partition. More... | |
Properties | |
| string | Id [get] |
| The id of the partition. More... | |
Evaluator-Side representation of a data set partition.
| T | Generic Type representing data pointer. For example, for data in local file it can be file pointer |
| void Org.Apache.REEF.IO.PartitionedData.IInputPartition< T >.Cache | ( | ) |
Caches the data locally, cached location is based on the implementation.
| T Org.Apache.REEF.IO.PartitionedData.IInputPartition< T >.GetPartitionHandle | ( | ) |
Gives a pointer to the underlying partition.
|
get |
The id of the partition.
1.8.11