@ProviderType
public interface FSClassLoaderMBean
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Clears the cache of compiled scripts from the FSClassLoader
|
int |
getCachedScriptCount()
Get the total count of scripts in the FSClassLoader cache
|
java.util.List<java.lang.String> |
getCachedScripts()
Gets the scripts in the FSClassLoaderCache
|
java.lang.String |
getFSClassLoaderRoot()
Gets the root directory at which the FSClassloader is creating it's
cached files
|
void clearCache()
java.lang.String getFSClassLoaderRoot()
int getCachedScriptCount() throws java.io.IOException
java.io.IOException
java.util.List<java.lang.String> getCachedScripts() throws java.io.IOException
java.io.IOException
Copyright © 2022 The Apache Software Foundation. All rights reserved.