Uses of Class
org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex
-
Packages that use TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex Package Description org.apache.flink.runtime.deployment org.apache.flink.runtime.executiongraph -
-
Uses of TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment that return TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex Modifier and Type Method Description TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[]TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup. getShuffleDescriptors()Constructors in org.apache.flink.runtime.deployment with parameters of type TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex Constructor Description CachedShuffleDescriptors(ConsumedPartitionGroup consumedPartitionGroup, TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[] shuffleDescriptors)InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId, ResultPartitionType consumedPartitionType, int consumedSubpartitionIndex, TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[] inputChannels)ShuffleDescriptorGroup(TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[] shuffleDescriptors) -
Uses of TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph with parameters of type TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex Modifier and Type Method Description CachedShuffleDescriptorsIntermediateResult. cacheShuffleDescriptors(ConsumedPartitionGroup consumedPartitionGroup, TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[] shuffleDescriptors)
-