Class PartitionInfo

java.lang.Object
org.apache.flink.runtime.executiongraph.PartitionInfo
All Implemented Interfaces:
Serializable

public class PartitionInfo extends Object implements Serializable
Contains information where to find a partition. The partition is defined by the IntermediateDataSetID and the partition is specified by ShuffleDescriptor.
See Also: