Interface OutputFormatOperatorFactory<IN,OUT>
- Type Parameters:
IN- The input type of the operator.
- All Superinterfaces:
Serializable,StreamOperatorFactory<OUT>
- All Known Implementing Classes:
SimpleOutputFormatOperatorFactory
Interface for operator factories which create the sink operator containing an
OutputFormat.-
Method Summary
Methods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactory
createStreamOperator, getChainingStrategy, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
-
Method Details
-
getOutputFormat
org.apache.flink.api.common.io.OutputFormat<IN> getOutputFormat()- Returns:
- output format of the operator created by this factory.
-