Uses of Interface
org.apache.flink.table.connector.ParallelismProvider
-
Packages that use ParallelismProvider Package Description org.apache.flink.table.connector.sink org.apache.flink.table.connector.source -
-
Uses of ParallelismProvider in org.apache.flink.table.connector.sink
Subinterfaces of ParallelismProvider in org.apache.flink.table.connector.sink Modifier and Type Interface Description interfaceOutputFormatProviderProvider of anOutputFormatinstance as a runtime implementation forDynamicTableSink.interfaceSinkV2ProviderProvider of aSinkinstance as a runtime implementation forDynamicTableSink. -
Uses of ParallelismProvider in org.apache.flink.table.connector.source
Subinterfaces of ParallelismProvider in org.apache.flink.table.connector.source Modifier and Type Interface Description interfaceInputFormatProviderProvider of anInputFormatinstance as a runtime implementation forScanTableSource.interfaceSourceProviderProvider of aSourceinstance as a runtime implementation forScanTableSource.interfaceTransformationScanProviderProvider that produces aTransformationas a runtime implementation forScanTableSource.
-