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

Driver-Side representation of a partition. More...

Inherited by Org.Apache.REEF.IO.PartitionedData.FileSystem.FileInputPartitionDescriptor< T >, and Org.Apache.REEF.IO.PartitionedData.Random.RandomInputPartitionDescriptor.

Public Member Functions

IConfiguration GetPartitionConfiguration ()
 The Configuration used to instantiate an IPartition connected to this partition. More...
 

Properties

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

Detailed Description

Driver-Side representation of a partition.

Member Function Documentation

IConfiguration Org.Apache.REEF.IO.PartitionedData.IPartitionDescriptor.GetPartitionConfiguration ( )

The Configuration used to instantiate an IPartition connected to this partition.

Property Documentation

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

The id of the partition.


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