Uses of Interface
org.apache.flink.table.connector.RuntimeConverter.Context
Packages that use RuntimeConverter.Context
-
Uses of RuntimeConverter.Context in org.apache.flink.table.connector
Methods in org.apache.flink.table.connector that return RuntimeConverter.ContextModifier and TypeMethodDescriptionstatic RuntimeConverter.ContextRuntimeConverter.Context.create(ClassLoader classLoader) Creates a new instance ofRuntimeConverter.Context.Methods in org.apache.flink.table.connector with parameters of type RuntimeConverter.ContextModifier and TypeMethodDescriptionvoidRuntimeConverter.open(RuntimeConverter.Context context) Initializes the converter during runtime.