Uses of Interface
org.apache.flink.streaming.api.operators.Output
-
Packages that use Output Package Description org.apache.flink.streaming.api.connector.sink2 org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.async org.apache.flink.streaming.runtime.io org.apache.flink.streaming.runtime.operators This package contains the operators that perform the stream transformations.org.apache.flink.streaming.runtime.tasks This package contains classes that realize streaming tasks. -
-
Uses of Output in org.apache.flink.streaming.api.connector.sink2
Methods in org.apache.flink.streaming.api.connector.sink2 with parameters of type Output Modifier and Type Method Description voidGlobalCommitterOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<Void>> output) -
Uses of Output in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement Output Modifier and Type Class Description classCountingOutput<OUT>WrappingOutputthat updates metrics on the number of emitted elements.classTimestampedCollector<T>Fields in org.apache.flink.streaming.api.operators declared as Output Modifier and Type Field Description protected Output<StreamRecord<OUT>>AbstractInput. outputprotected Output<StreamRecord<OUT>>AbstractStreamOperator. outputprotected Output<StreamRecord<OUT>>AbstractStreamOperatorV2. outputMethods in org.apache.flink.streaming.api.operators that return Output Modifier and Type Method Description Output<StreamRecord<OUT>>StreamOperatorParameters. getOutput()Methods in org.apache.flink.streaming.api.operators with parameters of type Output Modifier and Type Method Description static <OUT,OP extends StreamOperator<OUT>>
org.apache.flink.api.java.tuple.Tuple2<OP,Optional<ProcessingTimeService>>StreamOperatorFactoryUtil. createOperator(StreamOperatorFactory<OUT> operatorFactory, StreamTask<OUT,?> containingTask, StreamConfig configuration, Output<StreamRecord<OUT>> output, org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher operatorEventDispatcher)Creates a new operator using a factory and makes sure that all special factory traits are properly handled.static <OUT> SourceFunction.SourceContext<OUT>StreamSourceContexts. getSourceContext(TimeCharacteristic timeCharacteristic, ProcessingTimeService processingTimeService, Object checkpointLock, Output<StreamRecord<OUT>> output, long watermarkInterval, long idleTimeout, boolean emitProgressiveWatermarks)Deprecated.Depending on theTimeCharacteristic, this method will return the adequateSourceFunction.SourceContext.voidStreamSource. run(Object lockingObject, Output<StreamRecord<OUT>> collector, OperatorChain<?,?> operatorChain)Deprecated.voidAbstractStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)voidAbstractUdfStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)voidSetupableStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)Deprecated.Initializes the operator.voidSourceOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)Constructors in org.apache.flink.streaming.api.operators with parameters of type Output Constructor Description StreamOperatorParameters(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output, Supplier<ProcessingTimeService> processingTimeServiceFactory, org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher operatorEventDispatcher)TimestampedCollector(Output<StreamRecord<T>> output)Creates a newTimestampedCollectorthat wraps the givenOutput. -
Uses of Output in org.apache.flink.streaming.api.operators.async
Methods in org.apache.flink.streaming.api.operators.async with parameters of type Output Modifier and Type Method Description voidAsyncWaitOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output) -
Uses of Output in org.apache.flink.streaming.runtime.io
Classes in org.apache.flink.streaming.runtime.io that implement Output Modifier and Type Class Description classRecordWriterOutput<OUT>Implementation ofOutputthat sends data using aRecordWriter. -
Uses of Output in org.apache.flink.streaming.runtime.operators
Constructors in org.apache.flink.streaming.runtime.operators with parameters of type Output Constructor Description WatermarkEmitter(Output<?> output) -
Uses of Output in org.apache.flink.streaming.runtime.tasks
Subinterfaces of Output in org.apache.flink.streaming.runtime.tasks Modifier and Type Interface Description interfaceOutputWithChainingCheck<OUT>This is a wrapper for outputs to check whether the collected record has been emitted to a downstream subtask or to a chained operator.interfaceWatermarkGaugeExposingOutput<T>AnOutputthat measures the last emitted watermark with aWatermarkGauge.Classes in org.apache.flink.streaming.runtime.tasks that implement Output Modifier and Type Class Description classFinishedOnRestoreMainOperatorOutput<OUT>A fake main operator output that skips all the following operators for finished on restored tasks.Methods in org.apache.flink.streaming.runtime.tasks that return types with arguments of type Output Modifier and Type Method Description List<Output<StreamRecord<?>>>OperatorChain. getChainedSourceOutputs()Constructors in org.apache.flink.streaming.runtime.tasks with parameters of type Output Constructor Description AsyncDataOutputToOutput(Output<StreamRecord<T>> output, org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup metricGroup, WatermarkGauge inputWatermarkGauge)
-