Uses of Interface
org.apache.flink.streaming.api.operators.Output
Packages that use Output
Package
Description
-
Uses of Output in org.apache.flink.runtime.asyncprocessing.operators
Classes in org.apache.flink.runtime.asyncprocessing.operators that implement OutputModifier and TypeClassDescriptionfinal classMethods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type OutputModifier and TypeMethodDescriptionprotected voidAbstractAsyncStateUdfStreamOperator.setup(StreamTask<?, ?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output) Constructors in org.apache.flink.runtime.asyncprocessing.operators with parameters of type OutputModifierConstructorDescriptionTimestampedCollectorWithDeclaredVariable(Output<StreamRecord<T>> output, DeclarationContext declarationContext) Creates a newTimestampedCollectorWithDeclaredVariablethat wraps the givenOutput.TimestampedCollectorWithDeclaredVariable(Output<StreamRecord<T>> output, DeclaredVariable<Long> timestamp) Creates a newTimestampedCollectorWithDeclaredVariablethat wraps the givenOutputand givenDeclaredVariablethat holds the timestamp. -
Uses of Output in org.apache.flink.runtime.asyncprocessing.operators.windowing
Methods in org.apache.flink.runtime.asyncprocessing.operators.windowing with parameters of type OutputModifier and TypeMethodDescriptionvoidAsyncWindowOperator.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 OutputModifier and TypeClassDescriptionclassCountingOutput<OUT>WrappingOutputthat updates metrics on the number of emitted elements.final classFields in org.apache.flink.streaming.api.operators declared as OutputModifier and TypeFieldDescriptionprotected Output<StreamRecord<OUT>>AbstractStreamOperator.outputprotected final Output<StreamRecord<OUT>>AbstractStreamOperatorV2.outputMethods in org.apache.flink.streaming.api.operators that return OutputMethods in org.apache.flink.streaming.api.operators with parameters of type OutputModifier and TypeMethodDescriptionstatic <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 OutputModifierConstructorDescriptionMailboxWatermarkProcessor(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 OutputModifier and TypeMethodDescriptionprotected 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 OutputModifier and TypeClassDescriptionclassRecordWriterOutput<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 -
Uses of Output in org.apache.flink.streaming.runtime.operators.sink
Methods in org.apache.flink.streaming.runtime.operators.sink with parameters of type OutputModifier and TypeMethodDescriptionprotected voidGlobalCommitterOperator.setup(StreamTask<?, ?> containingTask, StreamConfig config, Output<StreamRecord<Void>> 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 OutputModifier and TypeMethodDescriptionvoidWindowOperator.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.tasksModifier and TypeInterfaceDescriptioninterfaceThis is a wrapper for outputs to check whether the collected record has been emitted to a downstream subtask or to a chained operator.interfaceAnOutputthat measures the last emitted watermark with aWatermarkGauge.Classes in org.apache.flink.streaming.runtime.tasks that implement OutputModifier and TypeClassDescriptionclassA 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 OutputModifier and TypeMethodDescriptionList<Output<StreamRecord<?>>>OperatorChain.getChainedSourceOutputs()Constructors in org.apache.flink.streaming.runtime.tasks with parameters of type OutputModifierConstructorDescriptionAsyncDataOutputToOutput(Output<StreamRecord<T>> output, InternalSourceReaderMetricGroup metricGroup, WatermarkGauge inputWatermarkGauge) -
Uses of Output in org.apache.flink.streaming.runtime.watermark.extension.eventtime
Constructors in org.apache.flink.streaming.runtime.watermark.extension.eventtime with parameters of type OutputModifierConstructorDescriptionEventTimeWatermarkHandler(int numOfInput, Output<?> output, InternalTimeServiceManager<?> timeServiceManager)