Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
Packages that use SingleInputGate Package Description org.apache.flink.runtime.io.network org.apache.flink.runtime.io.network.metrics org.apache.flink.runtime.io.network.partition.consumer -
-
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 SingleInputGate Modifier and Type Method Description List<SingleInputGate>NettyShuffleEnvironment. createInputGates(ShuffleIOOwnerContext ownerContext, PartitionProducerStateProvider partitionProducerStateProvider, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors)Optional<Collection<SingleInputGate>>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 SingleInputGate Modifier and Type Field Description protected SingleInputGate[]AbstractBuffersUsageGauge. inputGatesMethods in org.apache.flink.runtime.io.network.metrics with parameters of type SingleInputGate Modifier and Type Method Description abstract 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 SingleInputGate Constructor Description CreditBasedInputBuffersUsageGauge(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 SingleInputGate Modifier and Type Field Description protected SingleInputGateInputChannel. inputGateMethods in org.apache.flink.runtime.io.network.partition.consumer that return SingleInputGate 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.Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type SingleInputGate Modifier and Type Method Description protected 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 SingleInputGate Constructor Description InputChannel(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)
-