Uses of Class
org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
Packages that use ShuffleIOOwnerContext
Package
Description
-
Uses of ShuffleIOOwnerContext in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network that return ShuffleIOOwnerContextModifier and TypeMethodDescriptionNettyShuffleEnvironment.createShuffleIOOwnerContext(String ownerName, ExecutionAttemptID executionAttemptID, org.apache.flink.metrics.MetricGroup parentGroup) Methods in org.apache.flink.runtime.io.network with parameters of type ShuffleIOOwnerContextModifier and TypeMethodDescriptionNettyShuffleEnvironment.createInputGates(ShuffleIOOwnerContext ownerContext, PartitionProducerStateProvider partitionProducerStateProvider, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors) NettyShuffleEnvironment.createResultPartitionWriters(ShuffleIOOwnerContext ownerContext, List<ResultPartitionDeploymentDescriptor> resultPartitionDeploymentDescriptors) -
Uses of ShuffleIOOwnerContext in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type ShuffleIOOwnerContextModifier 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 ShuffleIOOwnerContext in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return ShuffleIOOwnerContextModifier and TypeMethodDescriptionShuffleEnvironment.createShuffleIOOwnerContext(String ownerName, ExecutionAttemptID executionAttemptID, org.apache.flink.metrics.MetricGroup parentGroup) Create a context of the shuffle input/output owner used to create partitions or gates belonging to the owner.Methods in org.apache.flink.runtime.shuffle with parameters of type ShuffleIOOwnerContextModifier and TypeMethodDescriptionShuffleEnvironment.createInputGates(ShuffleIOOwnerContext ownerContext, PartitionProducerStateProvider partitionProducerStateProvider, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors) Factory method for theInputGatesto consume result partitions.ShuffleEnvironment.createResultPartitionWriters(ShuffleIOOwnerContext ownerContext, List<ResultPartitionDeploymentDescriptor> resultPartitionDeploymentDescriptors) Factory method for theResultPartitionWritersto produce result partitions.