Uses of Class
org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
Packages that use ShuffleIOOwnerContext Package Description org.apache.flink.runtime.io.network org.apache.flink.runtime.io.network.partition.consumer org.apache.flink.runtime.shuffle -
-
Uses of ShuffleIOOwnerContext in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network that return ShuffleIOOwnerContext Modifier and Type Method Description ShuffleIOOwnerContextNettyShuffleEnvironment. createShuffleIOOwnerContext(String ownerName, ExecutionAttemptID executionAttemptID, org.apache.flink.metrics.MetricGroup parentGroup)Methods in org.apache.flink.runtime.io.network with parameters of type ShuffleIOOwnerContext Modifier and Type Method Description List<SingleInputGate>NettyShuffleEnvironment. createInputGates(ShuffleIOOwnerContext ownerContext, PartitionProducerStateProvider partitionProducerStateProvider, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors)List<ResultPartition>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 ShuffleIOOwnerContext Modifier and Type Method Description SingleInputGateSingleInputGateFactory. 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 ShuffleIOOwnerContext Modifier and Type Method Description ShuffleIOOwnerContextShuffleEnvironment. 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 ShuffleIOOwnerContext Modifier and Type Method Description List<G>ShuffleEnvironment. createInputGates(ShuffleIOOwnerContext ownerContext, PartitionProducerStateProvider partitionProducerStateProvider, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors)Factory method for theInputGatesto consume result partitions.List<P>ShuffleEnvironment. createResultPartitionWriters(ShuffleIOOwnerContext ownerContext, List<ResultPartitionDeploymentDescriptor> resultPartitionDeploymentDescriptors)Factory method for theResultPartitionWritersto produce result partitions.
-