Interface OneInputStreamOperatorFactory<IN,OUT>
-
- Type Parameters:
IN- The input type of the operator.OUT- The output type of the operator.
- All Superinterfaces:
Serializable,StreamOperatorFactory<OUT>
- All Known Implementing Classes:
AsyncWaitOperatorFactory,CommitterOperatorFactory,ContinuousFileReaderOperatorFactory,SinkWriterOperatorFactory
public interface OneInputStreamOperatorFactory<IN,OUT> extends StreamOperatorFactory<OUT>
A factory to createOneInputStreamOperator.
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactory
createStreamOperator, getChainingStrategy, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
-
-