Uses of Class
org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
Packages that use InputGateDeploymentDescriptor
Package
Description
-
Uses of InputGateDeploymentDescriptor in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment that return types with arguments of type InputGateDeploymentDescriptor -
Uses of InputGateDeploymentDescriptor in org.apache.flink.runtime.io.network
Method parameters in org.apache.flink.runtime.io.network with type arguments of type InputGateDeploymentDescriptorModifier and TypeMethodDescriptionNettyShuffleEnvironment.createInputGates(ShuffleIOOwnerContext ownerContext, PartitionProducerStateProvider partitionProducerStateProvider, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors) -
Uses of InputGateDeploymentDescriptor in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type InputGateDeploymentDescriptorModifier and TypeMethodDescriptionSingleInputGateFactory.create(ShuffleIOOwnerContext owner, int gateIndex, InputGateDeploymentDescriptor igdd, PartitionProducerStateProvider partitionProducerStateProvider, InputChannelMetrics metrics) Creates an input gate and all of its input channels. -
Uses of InputGateDeploymentDescriptor in org.apache.flink.runtime.shuffle
Method parameters in org.apache.flink.runtime.shuffle with type arguments of type InputGateDeploymentDescriptorModifier and TypeMethodDescriptionShuffleEnvironment.createInputGates(ShuffleIOOwnerContext ownerContext, PartitionProducerStateProvider partitionProducerStateProvider, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors) Factory method for theInputGatesto consume result partitions.