Uses of Interface
org.apache.flink.streaming.api.operators.OutputTypeConfigurable
-
Packages that use OutputTypeConfigurable Package Description org.apache.flink.streaming.api.functions.source org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.async org.apache.flink.streaming.api.operators.co org.apache.flink.streaming.api.operators.collect org.apache.flink.streaming.runtime.operators.windowing This package contains the operators that implement the various window operations on data streams. -
-
Uses of OutputTypeConfigurable in org.apache.flink.streaming.api.functions.source
Classes in org.apache.flink.streaming.api.functions.source that implement OutputTypeConfigurable Modifier and Type Class Description classContinuousFileReaderOperator<OUT,T extends TimestampedInputSplit>The operator that reads thesplitsreceived from the precedingContinuousFileMonitoringFunction.classFromElementsFunction<T>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed. -
Uses of OutputTypeConfigurable in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement OutputTypeConfigurable Modifier and Type Class Description classAbstractUdfStreamOperator<OUT,F extends org.apache.flink.api.common.functions.Function>This is used as the base class for operators that have a user-defined function.classBatchGroupedReduceOperator<IN,KEY>AStreamOperatorfor executing aReduceFunctionon aKeyedStreamin aRuntimeExecutionMode.BATCHmode.classKeyedProcessOperator<K,IN,OUT>AStreamOperatorfor executingKeyedProcessFunctions.classLegacyKeyedProcessOperator<K,IN,OUT>Deprecated.Replaced byKeyedProcessOperatorwhich takesKeyedProcessFunctionclassProcessOperator<IN,OUT>AStreamOperatorfor executingProcessFunctions.classStreamFilter<IN>AStreamOperatorfor executingFilterFunctions.classStreamFlatMap<IN,OUT>AStreamOperatorfor executingFlatMapFunctions.classStreamGroupedReduceOperator<IN>classStreamMap<IN,OUT>AStreamOperatorfor executingMapFunctions.classStreamSink<IN>AStreamOperatorfor executingSinkFunctions.classStreamSource<OUT,SRC extends SourceFunction<OUT>>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed. -
Uses of OutputTypeConfigurable in org.apache.flink.streaming.api.operators.async
Classes in org.apache.flink.streaming.api.operators.async that implement OutputTypeConfigurable Modifier and Type Class Description classAsyncWaitOperator<IN,OUT>TheAsyncWaitOperatorallows to asynchronously process incoming stream records. -
Uses of OutputTypeConfigurable in org.apache.flink.streaming.api.operators.co
-
Uses of OutputTypeConfigurable in org.apache.flink.streaming.api.operators.collect
Classes in org.apache.flink.streaming.api.operators.collect that implement OutputTypeConfigurable Modifier and Type Class Description classCollectSinkOperator<IN>AStreamSinkthat collects query results and sends them back to the client. -
Uses of OutputTypeConfigurable in org.apache.flink.streaming.runtime.operators.windowing
Classes in org.apache.flink.streaming.runtime.operators.windowing that implement OutputTypeConfigurable Modifier and Type Class Description classEvictingWindowOperator<K,IN,OUT,W extends Window>AWindowOperatorthat also allows anEvictorto be used.classWindowOperator<K,IN,ACC,OUT,W extends Window>An operator that implements the logic for windowing based on aWindowAssignerandTrigger.
-