Uses of Interface
org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory
-
-
Uses of OneInputStreamOperatorFactory in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type OneInputStreamOperatorFactory Modifier and Type Method Description <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 OneInputStreamOperatorFactory Modifier and Type Class Description classContinuousFileReaderOperatorFactory<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 OneInputStreamOperatorFactory Modifier and Type Class Description classTimestampsAndWatermarksOperatorFactory<T> -
Uses of OneInputStreamOperatorFactory in org.apache.flink.streaming.runtime.operators.sink
Classes in org.apache.flink.streaming.runtime.operators.sink that implement OneInputStreamOperatorFactory Modifier and Type Class Description classCommitterOperatorFactory<CommT>AStreamOperatorFactoryforCommitterOperator.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 OneInputStreamOperatorFactory Modifier and Type Class Description classEvictingWindowOperatorFactory<K,IN,OUT,W extends Window>classWindowOperatorFactory<K,IN,ACC,OUT,W extends Window>
-