|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Driver-Side representation of a partitioned data set. More...
Inherits IEnumerable< IPartitionDescriptor >.
Inherited by Org.Apache.REEF.IO.PartitionedData.FileSystem.FileSystemPartitionInputDataSet< T >, and Org.Apache.REEF.IO.PartitionedData.Random.RandomInputDataSet.
Public Member Functions | |
| IPartitionDescriptor | GetPartitionDescriptorForId (string partitionId) |
| Get the PartitionDescriptor for the given Id. More... | |
Properties | |
| int | Count [get] |
| The number of partitions. More... | |
| string | Id [get] |
| The Id of this dataset More... | |
Driver-Side representation of a partitioned data set.
| IPartitionDescriptor Org.Apache.REEF.IO.PartitionedData.IPartitionedInputDataSet.GetPartitionDescriptorForId | ( | string | partitionId | ) |
Get the PartitionDescriptor for the given Id.
| partitionId |
|
get |
The number of partitions.
|
get |
The Id of this dataset
1.8.11