Uses of Interface
org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory
Packages that use OneInputStreamOperatorFactory
Package
Description
-
Uses of OneInputStreamOperatorFactory in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type OneInputStreamOperatorFactoryModifier and TypeMethodDescription<R> SingleOutputStreamOperator<R>DataStream.transform(String operatorName, org.apache.flink.api.common.typeinfo.TypeInformation<R> outTypeInfo, OneInputStreamOperatorFactory<T, R> operatorFactory) Method for passing user defined operators created by the given factory along with the type information that will transform the DataStream. -
Uses of OneInputStreamOperatorFactory in org.apache.flink.streaming.api.functions.source
Classes in org.apache.flink.streaming.api.functions.source that implement OneInputStreamOperatorFactoryModifier and TypeClassDescriptionclassContinuousFileReaderOperatorFactory<OUT,T extends TimestampedInputSplit> ContinuousFileReaderOperatorfactory. -
Uses of OneInputStreamOperatorFactory in org.apache.flink.streaming.runtime.operators
Classes in org.apache.flink.streaming.runtime.operators that implement OneInputStreamOperatorFactoryModifier and TypeClassDescriptionclass -
Uses of OneInputStreamOperatorFactory in org.apache.flink.streaming.runtime.operators.sink
Classes in org.apache.flink.streaming.runtime.operators.sink that implement OneInputStreamOperatorFactoryModifier and TypeClassDescriptionfinal classCommitterOperatorFactory<CommT>AStreamOperatorFactoryforCommitterOperator.final classSinkWriterOperatorFactory<InputT,CommT> AStreamOperatorFactoryforSinkWriterOperator. -
Uses of OneInputStreamOperatorFactory in org.apache.flink.streaming.runtime.operators.windowing
Classes in org.apache.flink.streaming.runtime.operators.windowing that implement OneInputStreamOperatorFactoryModifier and TypeClassDescriptionclassEvictingWindowOperatorFactory<K,IN, OUT, W extends Window> classWindowOperatorFactory<K,IN, ACC, OUT, W extends Window>