Uses of Interface
org.apache.flink.util.UserCodeClassLoader
-
-
Uses of UserCodeClassLoader in org.apache.flink.api.common.functions.util
Constructors in org.apache.flink.api.common.functions.util with parameters of type UserCodeClassLoader Constructor Description AbstractRuntimeUDFContext(JobInfo jobInfo, TaskInfo taskInfo, UserCodeClassLoader userCodeClassLoader, ExecutionConfig executionConfig, Map<String,Accumulator<?,?>> accumulators, Map<String,Future<Path>> cpTasks, org.apache.flink.metrics.groups.OperatorMetricGroup metrics) -
Uses of UserCodeClassLoader in org.apache.flink.api.common.serialization
Methods in org.apache.flink.api.common.serialization that return UserCodeClassLoader Modifier and Type Method Description UserCodeClassLoaderDeserializationSchema.InitializationContext. getUserCodeClassLoader()Gets theUserCodeClassLoaderto load classes that are not in system's classpath, but are part of the jar file of a user job.UserCodeClassLoaderSerializationSchema.InitializationContext. getUserCodeClassLoader()Gets theUserCodeClassLoaderto load classes that are not in system's classpath, but are part of the jar file of a user job. -
Uses of UserCodeClassLoader in org.apache.flink.api.connector.sink2
Methods in org.apache.flink.api.connector.sink2 that return UserCodeClassLoader Modifier and Type Method Description UserCodeClassLoaderWriterInitContext. getUserCodeClassLoader()Gets theUserCodeClassLoaderto load classes that are not in system's classpath, but are part of the jar file of a user job. -
Uses of UserCodeClassLoader in org.apache.flink.api.connector.source
Methods in org.apache.flink.api.connector.source that return UserCodeClassLoader Modifier and Type Method Description UserCodeClassLoaderSourceReaderContext. getUserCodeClassLoader()Gets theUserCodeClassLoaderto load classes that are not in system's classpath, but are part of the jar file of a user job. -
Uses of UserCodeClassLoader in org.apache.flink.util
Classes in org.apache.flink.util that implement UserCodeClassLoader Modifier and Type Class Description classSimpleUserCodeClassLoaderSimpleUserCodeClassLoaderimplementation which assumes that the provided class loader will never be released and, hence, will never execute the release hooks.
-