Interface TableSinkFactory<T>

  • Type Parameters:
    T - type of records that the factory produces
    All Superinterfaces:
    TableFactory

    @Deprecated
    @Internal
    public interface TableSinkFactory<T>
    extends TableFactory
    Deprecated.
    This interface has been replaced by DynamicTableSinkFactory. The new interface consumes internal data structures. See FLIP-95 for more information.
    A factory to create configured table sink instances in a batch or stream environment based on string-based properties. See also TableFactory for more information.