Uses of Interface
org.apache.flink.streaming.api.graph.StreamConfig.InputConfig
Packages that use StreamConfig.InputConfig
Package
Description
-
Uses of StreamConfig.InputConfig in org.apache.flink.streaming.api.graph
Classes in org.apache.flink.streaming.api.graph that implement StreamConfig.InputConfigModifier and TypeClassDescriptionstatic classA representation of a NetworkStreamConfig.InputConfig.static classA serialized representation of an input.Methods in org.apache.flink.streaming.api.graph that return StreamConfig.InputConfigMethods in org.apache.flink.streaming.api.graph with parameters of type StreamConfig.InputConfigModifier and TypeMethodDescriptionstatic booleanStreamConfig.requiresSorting(StreamConfig.InputConfig inputConfig) voidStreamConfig.setInputs(StreamConfig.InputConfig... inputs) -
Uses of StreamConfig.InputConfig in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type StreamConfig.InputConfigModifier and TypeMethodDescriptionstatic StreamMultipleInputProcessorStreamMultipleInputProcessorFactory.create(TaskInvokable ownerTask, CheckpointedInputGate[] checkpointedInputGates, StreamConfig.InputConfig[] configuredInputs, IOManager ioManager, MemoryManager memoryManager, TaskIOMetricGroup ioMetricGroup, org.apache.flink.metrics.Counter mainOperatorRecordsIn, MultipleInputStreamOperator<?> mainOperator, WatermarkGauge[] inputWatermarkGauges, StreamConfig streamConfig, org.apache.flink.configuration.Configuration taskManagerConfig, org.apache.flink.configuration.Configuration jobConfig, org.apache.flink.api.common.ExecutionConfig executionConfig, ClassLoader userClassloader, OperatorChain<?, ?> operatorChain, InflightDataRescalingDescriptor inflightDataRescalingDescriptor, Function<Integer, StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords) -
Uses of StreamConfig.InputConfig in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks with parameters of type StreamConfig.InputConfigModifier and TypeMethodDescriptionprotected voidMultipleInputStreamTask.createInputProcessor(List<IndexedInputGate>[] inputGates, StreamConfig.InputConfig[] inputs, WatermarkGauge[] inputWatermarkGauges, Function<Integer, StreamPartitioner<?>> gatePartitioners)