Interface InputFormatOperatorFactory<OUT>
- Type Parameters:
OUT- The output type of the operator
- All Superinterfaces:
Serializable,StreamOperatorFactory<OUT>
- All Known Implementing Classes:
SimpleInputFormatOperatorFactory
Input format source operator factory.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.api.common.io.InputFormat<OUT,org.apache.flink.core.io.InputSplit> Methods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactory
createStreamOperator, getChainingStrategy, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
-
Method Details
-
getInputFormat
org.apache.flink.api.common.io.InputFormat<OUT,org.apache.flink.core.io.InputSplit> getInputFormat()- Returns:
- input format of this operator factory.
-