Interface OutputFormatFactory<T>
-
- Type Parameters:
T
- The type of the consumed records.
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
HiveOutputFormatFactory
@Internal public interface OutputFormatFactory<T> extends Serializable
A factory to create anOutputFormat
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputFormat<T>
createOutputFormat(Path path)
Create aOutputFormat
with specific path.
-
-
-
Method Detail
-
createOutputFormat
OutputFormat<T> createOutputFormat(Path path)
Create aOutputFormat
with specific path.
-
-