Uses of Interface
org.apache.flink.legacy.table.connector.source.SourceFunctionProvider
Packages that use SourceFunctionProvider
-
Uses of SourceFunctionProvider in org.apache.flink.legacy.table.connector.source
Methods in org.apache.flink.legacy.table.connector.source that return SourceFunctionProviderModifier and TypeMethodDescriptionstatic SourceFunctionProviderSourceFunctionProvider.of(org.apache.flink.streaming.api.functions.source.legacy.SourceFunction<org.apache.flink.table.data.RowData> sourceFunction, boolean isBounded) Deprecated.Helper method for creating a static provider.static SourceFunctionProviderSourceFunctionProvider.of(org.apache.flink.streaming.api.functions.source.legacy.SourceFunction<org.apache.flink.table.data.RowData> sourceFunction, boolean isBounded, Integer sourceParallelism) Deprecated.Helper method for creating a Source provider with a provided source parallelism.