Uses of Class
org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
Packages that use InputChannelMetrics Package Description org.apache.flink.runtime.io.network.partition.consumer -
-
Uses of InputChannelMetrics in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type InputChannelMetrics 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.protected InputChannelSingleInputGateFactory. createKnownInputChannel(SingleInputGate inputGate, int index, int buffersPerChannel, NettyShuffleDescriptor inputChannelDescriptor, ResultSubpartitionIndexSet subpartitionIndexSet, SingleInputGateFactory.ChannelStatistics channelStatistics, InputChannelMetrics metrics)
-