Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
Packages that use IndexedInputGate
Package
Description
-
Uses of IndexedInputGate in org.apache.flink.runtime.execution
Methods in org.apache.flink.runtime.execution that return IndexedInputGateModifier and TypeMethodDescriptionEnvironment.getAllInputGates()Environment.getInputGate(int index) -
Uses of IndexedInputGate in org.apache.flink.runtime.io.network.partition.consumer
Subclasses of IndexedInputGate in org.apache.flink.runtime.io.network.partition.consumerModifier and TypeClassDescriptionclassAn input gate consumes one or more partitions of a single produced intermediate result.Constructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type IndexedInputGate -
Uses of IndexedInputGate in org.apache.flink.runtime.shuffle
Classes in org.apache.flink.runtime.shuffle with type parameters of type IndexedInputGateModifier and TypeInterfaceDescriptioninterfaceShuffleEnvironment<P extends ResultPartitionWriter,G extends IndexedInputGate> Interface for the implementation of shuffle service local environment.interfaceShuffleServiceFactory<SD extends ShuffleDescriptor,P extends ResultPartitionWriter, G extends IndexedInputGate> Interface for shuffle service factory implementations. -
Uses of IndexedInputGate in org.apache.flink.runtime.taskmanager
Subclasses of IndexedInputGate in org.apache.flink.runtime.taskmanagerModifier and TypeClassDescriptionclassThis class wrapsInputGateprovided by shuffle service and it is mainly used for increasing general input metrics fromTaskIOMetricGroup.Methods in org.apache.flink.runtime.taskmanager that return IndexedInputGateModifier and TypeMethodDescriptionRuntimeEnvironment.getAllInputGates()RuntimeEnvironment.getInputGate(int index) Constructors in org.apache.flink.runtime.taskmanager with parameters of type IndexedInputGateModifierConstructorDescriptionInputGateWithMetrics(IndexedInputGate inputGate, org.apache.flink.metrics.Counter numBytesIn) RuntimeEnvironment(org.apache.flink.api.common.JobID jobId, JobType jobType, JobVertexID jobVertexId, ExecutionAttemptID executionId, org.apache.flink.api.common.ExecutionConfig executionConfig, org.apache.flink.api.common.JobInfo jobInfo, org.apache.flink.api.common.TaskInfo taskInfo, org.apache.flink.configuration.Configuration jobConfiguration, org.apache.flink.configuration.Configuration taskConfiguration, org.apache.flink.util.UserCodeClassLoader userCodeClassLoader, MemoryManager memManager, SharedResources sharedResources, IOManager ioManager, BroadcastVariableManager bcVarManager, TaskStateManager taskStateManager, GlobalAggregateManager aggregateManager, AccumulatorRegistry accumulatorRegistry, TaskKvStateRegistry kvStateRegistry, InputSplitProvider splitProvider, Map<String, Future<org.apache.flink.core.fs.Path>> distCacheEntries, ResultPartitionWriter[] writers, IndexedInputGate[] inputGates, TaskEventDispatcher taskEventDispatcher, CheckpointResponder checkpointResponder, TaskOperatorEventGateway operatorEventGateway, TaskManagerRuntimeInfo taskManagerInfo, TaskMetricGroup metrics, Task containingTask, ExternalResourceInfoProvider externalResourceInfoProvider, ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory, TaskManagerActions taskManagerActions) -
Uses of IndexedInputGate in org.apache.flink.streaming.runtime.io
Method parameters in org.apache.flink.streaming.runtime.io with type arguments of type IndexedInputGateModifier and TypeMethodDescriptionstatic InputGateInputGateUtil.createInputGate(List<IndexedInputGate> inputGates) -
Uses of IndexedInputGate in org.apache.flink.streaming.runtime.tasks
Method parameters in org.apache.flink.streaming.runtime.tasks with type arguments of type IndexedInputGateModifier and TypeMethodDescriptionprotected abstract voidAbstractTwoInputStreamTask.createInputProcessor(List<IndexedInputGate> inputGates1, List<IndexedInputGate> inputGates2, Function<Integer, StreamPartitioner<?>> gatePartitioners) protected voidTwoInputStreamTask.createInputProcessor(List<IndexedInputGate> inputGates1, List<IndexedInputGate> inputGates2, Function<Integer, StreamPartitioner<?>> gatePartitioners)