Class CsvAppendTableSinkFactory

    • Constructor Detail

      • CsvAppendTableSinkFactory

        public CsvAppendTableSinkFactory()
        Deprecated.
    • Method Detail

      • requiredContext

        public Map<String,​String> requiredContext()
        Deprecated.
        Description copied from interface: TableFactory
        Specifies the context that this factory has been implemented for. The framework guarantees to only match for this factory if the specified set of properties and values are met.

        Typical properties might be: - connector.type - format.type

        Specified property versions allow the framework to provide backwards compatible properties in case of string format changes: - connector.property-version - format.property-version

        An empty context means that the factory matches for all requests.

        Specified by:
        requiredContext in interface TableFactory
        Overrides:
        requiredContext in class CsvTableSinkFactoryBase