Interface BulkWriterFormatFactory
- All Superinterfaces:
org.apache.flink.table.factories.EncodingFormatFactory<org.apache.flink.api.common.serialization.BulkWriter.Factory<org.apache.flink.table.data.RowData>>,org.apache.flink.table.factories.Factory,org.apache.flink.table.factories.FormatFactory
@Internal
public interface BulkWriterFormatFactory
extends org.apache.flink.table.factories.EncodingFormatFactory<org.apache.flink.api.common.serialization.BulkWriter.Factory<org.apache.flink.table.data.RowData>>
Base interface for configuring a
BulkWriter.Factory for file system connector.- See Also:
-
FactoryUtil.createTableFactoryHelper(DynamicTableFactory, DynamicTableFactory.Context)
-
Method Summary
Methods inherited from interface org.apache.flink.table.factories.EncodingFormatFactory
createEncodingFormatMethods inherited from interface org.apache.flink.table.factories.Factory
factoryIdentifier, optionalOptions, requiredOptionsMethods inherited from interface org.apache.flink.table.factories.FormatFactory
forwardOptions