Uses of Interface
org.apache.flink.table.connector.ProviderContext
-
Packages that use ProviderContext Package Description org.apache.flink.table.connector.sink org.apache.flink.table.connector.source -
-
Uses of ProviderContext in org.apache.flink.table.connector.sink
Subinterfaces of ProviderContext in org.apache.flink.table.connector.sink Modifier and Type Interface Description static interfaceTransformationSinkProvider.Context -
Uses of ProviderContext in org.apache.flink.table.connector.source
Methods in org.apache.flink.table.connector.source with parameters of type ProviderContext Modifier and Type Method Description org.apache.flink.api.dag.Transformation<RowData>TransformationScanProvider. createTransformation(ProviderContext providerContext)Creates aTransformationinstance.
-