Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
Packages that use SingleInputGate
Package
Description
-
Uses of SingleInputGate in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network that return types with arguments of type SingleInputGateModifier and TypeMethodDescriptionNettyShuffleEnvironment.createInputGates(ShuffleIOOwnerContext ownerContext, PartitionProducerStateProvider partitionProducerStateProvider, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors) NettyShuffleEnvironment.getInputGate(InputGateID id) -
Uses of SingleInputGate in org.apache.flink.runtime.io.network.metrics
Fields in org.apache.flink.runtime.io.network.metrics declared as SingleInputGateModifier and TypeFieldDescriptionprotected final SingleInputGate[]AbstractBuffersUsageGauge.inputGatesMethods in org.apache.flink.runtime.io.network.metrics with parameters of type SingleInputGateModifier and TypeMethodDescriptionabstract intAbstractBuffersUsageGauge.calculateTotalBuffers(SingleInputGate inputGate) intCreditBasedInputBuffersUsageGauge.calculateTotalBuffers(SingleInputGate inputGate) intExclusiveBuffersUsageGauge.calculateTotalBuffers(SingleInputGate inputGate) intFloatingBuffersUsageGauge.calculateTotalBuffers(SingleInputGate inputGate) abstract intAbstractBuffersUsageGauge.calculateUsedBuffers(SingleInputGate inputGate) intCreditBasedInputBuffersUsageGauge.calculateUsedBuffers(SingleInputGate inputGate) intExclusiveBuffersUsageGauge.calculateUsedBuffers(SingleInputGate inputGate) intFloatingBuffersUsageGauge.calculateUsedBuffers(SingleInputGate inputGate) static voidNettyShuffleMetricFactory.registerDebloatingTaskMetrics(SingleInputGate[] inputGates, org.apache.flink.metrics.MetricGroup taskGroup) static voidNettyShuffleMetricFactory.registerInputMetrics(boolean isDetailedMetrics, org.apache.flink.metrics.MetricGroup inputGroup, SingleInputGate[] inputGates) static voidInputGateMetrics.registerQueueLengthMetrics(org.apache.flink.metrics.MetricGroup parent, SingleInputGate[] gates) Constructors in org.apache.flink.runtime.io.network.metrics with parameters of type SingleInputGateModifierConstructorDescriptionCreditBasedInputBuffersUsageGauge(FloatingBuffersUsageGauge floatingBuffersUsageGauge, ExclusiveBuffersUsageGauge exclusiveBuffersUsageGauge, SingleInputGate[] inputGates) ExclusiveBuffersUsageGauge(SingleInputGate[] inputGates) FloatingBuffersUsageGauge(SingleInputGate[] inputGates) InputBuffersGauge(SingleInputGate[] inputGates) InputBuffersSizeGauge(SingleInputGate[] inputGates) TimeToConsumeGauge(SingleInputGate[] gates) -
Uses of SingleInputGate in org.apache.flink.runtime.io.network.partition.consumer
Fields in org.apache.flink.runtime.io.network.partition.consumer declared as SingleInputGateMethods in org.apache.flink.runtime.io.network.partition.consumer that return SingleInputGateModifier and TypeMethodDescriptionSingleInputGateFactory.create(ShuffleIOOwnerContext owner, int gateIndex, InputGateDeploymentDescriptor igdd, PartitionProducerStateProvider partitionProducerStateProvider, InputChannelMetrics metrics) Creates an input gate and all of its input channels.Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type SingleInputGateModifier and TypeMethodDescriptionprotected InputChannelSingleInputGateFactory.createKnownInputChannel(SingleInputGate inputGate, int index, int buffersPerChannel, NettyShuffleDescriptor inputChannelDescriptor, ResultSubpartitionIndexSet subpartitionIndexSet, SingleInputGateFactory.ChannelStatistics channelStatistics, InputChannelMetrics metrics) Constructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type SingleInputGateModifierConstructorDescriptionprotectedInputChannel(SingleInputGate inputGate, int channelIndex, ResultPartitionID partitionId, ResultSubpartitionIndexSet consumedSubpartitionIndexSet, int initialBackoff, int maxBackoff, org.apache.flink.metrics.Counter numBytesIn, org.apache.flink.metrics.Counter numBuffersIn) LocalInputChannel(SingleInputGate inputGate, int channelIndex, ResultPartitionID partitionId, ResultSubpartitionIndexSet consumedSubpartitionIndexSet, ResultPartitionManager partitionManager, TaskEventPublisher taskEventPublisher, int initialBackoff, int maxBackoff, org.apache.flink.metrics.Counter numBytesIn, org.apache.flink.metrics.Counter numBuffersIn, ChannelStateWriter stateWriter) RemoteInputChannel(SingleInputGate inputGate, int channelIndex, ResultPartitionID partitionId, ResultSubpartitionIndexSet consumedSubpartitionIndexSet, ConnectionID connectionId, ConnectionManager connectionManager, int initialBackOff, int maxBackoff, int partitionRequestListenerTimeout, int networkBuffersPerChannel, org.apache.flink.metrics.Counter numBytesIn, org.apache.flink.metrics.Counter numBuffersIn, ChannelStateWriter stateWriter)