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

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...
 

Detailed Description

Driver-Side representation of a partitioned data set.

Member Function Documentation

IPartitionDescriptor Org.Apache.REEF.IO.PartitionedData.IPartitionedInputDataSet.GetPartitionDescriptorForId ( string  partitionId)

Get the PartitionDescriptor for the given Id.

Parameters
partitionId
Returns
The IPartitionDescriptor found or null if none exists.

Property Documentation

int Org.Apache.REEF.IO.PartitionedData.IPartitionedInputDataSet.Count
get

The number of partitions.

string Org.Apache.REEF.IO.PartitionedData.IPartitionedInputDataSet.Id
get

The Id of this dataset


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