Interface OutputFormatFactory<T>
- Type Parameters:
T- The type of the consumed records.
- All Superinterfaces:
Serializable
A factory to create an
OutputFormat.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.api.common.io.OutputFormat<T>createOutputFormat(org.apache.flink.core.fs.Path path) Create aOutputFormatwith specific path.
-
Method Details
-
createOutputFormat
org.apache.flink.api.common.io.OutputFormat<T> createOutputFormat(org.apache.flink.core.fs.Path path) Create aOutputFormatwith specific path.
-