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