Uses of Interface
org.apache.flink.streaming.api.operators.Output
-
-
Uses of Output in org.apache.flink.runtime.asyncprocessing.operators
Methods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type Output Modifier and Type Method Description protected voidAbstractAsyncStateUdfStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> 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>>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, 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(ProcessingTimeService processingTimeService, Object checkpointLock, Output<StreamRecord<OUT>> output, long watermarkInterval, long idleTimeout, boolean emitProgressiveWatermarks)Deprecated.voidStreamSource. run(Object lockingObject, Output<StreamRecord<OUT>> collector, OperatorChain<?,?> operatorChain)Deprecated.protected voidAbstractStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)protected voidAbstractUdfStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)protected voidSourceOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)static <OUT> voidStreamOperatorUtils. setupStreamOperator(AbstractStreamOperator<OUT> operator, StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)Constructors in org.apache.flink.streaming.api.operators with parameters of type Output Constructor Description MailboxWatermarkProcessor(Output<StreamRecord<OUT>> output, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, InternalTimeServiceManager<?> internalTimeServiceManager)StreamOperatorParameters(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output, Supplier<ProcessingTimeService> processingTimeServiceFactory, OperatorEventDispatcher operatorEventDispatcher, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor)TimestampedCollector(Output<StreamRecord<T>> output)Creates a newTimestampedCollectorthat wraps the givenOutput. -
Uses of Output in org.apache.flink.streaming.api.operators.sortpartition
Methods in org.apache.flink.streaming.api.operators.sortpartition with parameters of type Output Modifier and Type Method Description protected voidKeyedSortPartitionOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<INPUT>> output)protected voidSortPartitionOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<INPUT>> 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.operators.windowing
Methods in org.apache.flink.streaming.runtime.operators.windowing with parameters of type Output Modifier and Type Method Description voidWindowOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> 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, InternalSourceReaderMetricGroup metricGroup, WatermarkGauge inputWatermarkGauge)
-