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

    createEncodingFormat

    Methods inherited from interface org.apache.flink.table.factories.Factory

    factoryIdentifier, optionalOptions, requiredOptions

    Methods inherited from interface org.apache.flink.table.factories.FormatFactory

    forwardOptions