@Internal
public class ClientResourceManager
extends org.apache.flink.table.resource.ResourceManager
ClientResourceManager is able to remove the registered JAR resources with the
specified jar path.
After removing the JAR resource, the ResourceManager is able to register the JAR
resource with the same JAR path. Please notice that the removal doesn't promise the loaded Class from the removed jar is inaccessible.
| Constructor and Description |
|---|
ClientResourceManager(org.apache.flink.configuration.Configuration config,
org.apache.flink.util.MutableURLClassLoader userClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
URL |
unregisterJarResource(String jarPath) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.