Class AsyncDynamicTableSinkFactory.AsyncDynamicSinkContext

    • Constructor Detail

      • AsyncDynamicSinkContext

        public AsyncDynamicSinkContext​(AsyncDynamicTableSinkFactory factory,
                                       org.apache.flink.table.factories.DynamicTableFactory.Context context)
    • Method Detail

      • getTableOptions

        public org.apache.flink.configuration.ReadableConfig getTableOptions()
      • getPhysicalDataType

        public org.apache.flink.table.types.DataType getPhysicalDataType()
      • getFactoryHelper

        public org.apache.flink.table.factories.FactoryUtil.TableFactoryHelper getFactoryHelper()
      • getEncodingFormat

        public org.apache.flink.table.connector.format.EncodingFormat<org.apache.flink.api.common.serialization.SerializationSchema<org.apache.flink.table.data.RowData>> getEncodingFormat()
      • getPartitionKeys

        public List<String> getPartitionKeys()
      • isPartitioned

        public boolean isPartitioned()