Class TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex

java.lang.Object
org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex
All Implemented Interfaces:
Serializable
Enclosing class:
TaskDeploymentDescriptorFactory

public static class TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex extends Object implements Serializable
This class represents the shuffle descriptor with it index in ConsumedPartitionGroup.
See Also:
  • Constructor Details

    • ShuffleDescriptorAndIndex

      public ShuffleDescriptorAndIndex(ShuffleDescriptor shuffleDescriptor, int index)
  • Method Details

    • getShuffleDescriptor

      public ShuffleDescriptor getShuffleDescriptor()
    • getIndex

      public int getIndex()