Uses of Interface
org.apache.flink.streaming.api.operators.Input
Packages that use Input
Package
Description
-
Uses of Input in org.apache.flink.runtime.asyncprocessing.operators
Classes in org.apache.flink.runtime.asyncprocessing.operators that implement InputModifier and TypeClassDescriptionclassAsyncKeyedProcessOperator<K,IN, OUT> AStreamOperatorfor executingKeyedProcessFunctionwith async state processing.classAsyncStreamFlatMap<IN,OUT> AAbstractAsyncStateStreamOperatorfor executingFlatMapFunctions. -
Uses of Input in org.apache.flink.runtime.asyncprocessing.operators.windowing
Classes in org.apache.flink.runtime.asyncprocessing.operators.windowing that implement InputModifier and TypeClassDescriptionclassAsyncEvictingWindowOperator<K,IN, OUT, W extends Window> AAsyncWindowOperatorthat also allows anEvictorto be used.classAsyncWindowOperator<K,IN, ACC, OUT, W extends Window> An operator that implements the logic for windowing based on aWindowAssignerandAsyncTrigger. -
Uses of Input in org.apache.flink.streaming.api.functions.query
Classes in org.apache.flink.streaming.api.functions.query that implement InputModifier and TypeClassDescriptionclassInternal operator handling queryable AppendingState instances.classInternal operator handling queryable ValueState instances. -
Uses of Input in org.apache.flink.streaming.api.functions.source
Classes in org.apache.flink.streaming.api.functions.source that implement InputModifier and TypeClassDescriptionclassContinuousFileReaderOperator<OUT,T extends TimestampedInputSplit> The operator that reads thesplitsreceived from the precedingContinuousFileMonitoringFunction. -
Uses of Input in org.apache.flink.streaming.api.operators
Subinterfaces of Input in org.apache.flink.streaming.api.operatorsModifier and TypeInterfaceDescriptioninterfaceOneInputStreamOperator<IN,OUT> Interface for stream operators with one input.Classes in org.apache.flink.streaming.api.operators that implement InputModifier and TypeClassDescriptionclassBatchGroupedReduceOperator<IN,KEY> AStreamOperatorfor executing aReduceFunctionon aKeyedStreamin aRuntimeExecutionMode.BATCHmode.classKeyedProcessOperator<K,IN, OUT> AStreamOperatorfor executingKeyedProcessFunctions.classLegacyKeyedProcessOperator<K,IN, OUT> Deprecated.classMapPartitionOperator<IN,OUT> TheMapPartitionOperatoris used to process all records in each partition on non-keyed stream.classPartitionAggregateOperator<IN,ACC, OUT> ThePartitionAggregateOperatoris used to apply the aggregate transformation on all records of each partition.classThePartitionReduceOperatoris used to apply the reduce transformation on all records of each partition.classProcessOperator<IN,OUT> AStreamOperatorfor executingProcessFunctions.classStreamFilter<IN>AStreamOperatorfor executingFilterFunctions.classStreamFlatMap<IN,OUT> AStreamOperatorfor executingFlatMapFunctions.classclassclassStreamMap<IN,OUT> AStreamOperatorfor executingMapFunctions.classStreamProject<IN,OUT extends org.apache.flink.api.java.tuple.Tuple> AStreamOperatorfor executing projections on streams.classStreamSink<IN>AStreamOperatorfor executingSinkFunctions.Methods in org.apache.flink.streaming.api.operators that return types with arguments of type Input -
Uses of Input in org.apache.flink.streaming.api.operators.collect
Classes in org.apache.flink.streaming.api.operators.collect that implement InputModifier and TypeClassDescriptionclassAStreamSinkthat collects query results and sends them back to the client. -
Uses of Input in org.apache.flink.streaming.api.operators.sortpartition
Classes in org.apache.flink.streaming.api.operators.sortpartition that implement InputModifier and TypeClassDescriptionclassKeyedSortPartitionOperator<INPUT,KEY> TheKeyedSortPartitionOperatorsorts records of a partition onKeyedStream.classSortPartitionOperator<INPUT>TheSortPartitionOperatorsorts records of a partition on non-keyed data stream. -
Uses of Input in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type InputModifier and TypeMethodDescriptionstatic <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception> RecordProcessorUtils.getRecordProcessor(Input<T> input) Get record processor forInput, which will omit call ofsetKeyContextElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN>)if it doesn't have key context. -
Uses of Input in org.apache.flink.streaming.runtime.operators
Classes in org.apache.flink.streaming.runtime.operators that implement InputModifier and TypeClassDescriptionclassA stream operator that may do one or both of the following: extract timestamps from events and generate watermarks. -
Uses of Input in org.apache.flink.streaming.runtime.operators.sink
Classes in org.apache.flink.streaming.runtime.operators.sink that implement InputModifier and TypeClassDescriptionclassGlobalCommitterOperator<CommT,GlobalCommT> Implements theGlobalCommitter. -
Uses of Input in org.apache.flink.streaming.runtime.operators.windowing
Classes in org.apache.flink.streaming.runtime.operators.windowing that implement InputModifier and TypeClassDescriptionclassEvictingWindowOperator<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. -
Uses of Input in org.apache.flink.streaming.runtime.tasks
Classes in org.apache.flink.streaming.runtime.tasks that implement InputMethods in org.apache.flink.streaming.runtime.tasks that return InputModifier and TypeMethodDescriptionOperatorChain.getFinishedOnRestoreInputOrDefault(Input defaultInput) Methods in org.apache.flink.streaming.runtime.tasks with parameters of type InputModifier and TypeMethodDescriptionOperatorChain.getFinishedOnRestoreInputOrDefault(Input defaultInput) -
Uses of Input in org.apache.flink.streaming.runtime.translators
Classes in org.apache.flink.streaming.runtime.translators that implement InputModifier and TypeClassDescriptionstatic classTheCacheTransformationTranslator.IdentityStreamOperatoracts as a dummy source to consume cached intermediate dataset.static classTheCacheTransformationTranslator.NoOpStreamOperatoracts as a dummy sink so that the upstream can produce the intermediate dataset to be cached.
KeyedProcessOperatorwhich takesKeyedProcessFunction