@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.IOExceptionjava.util.List<java.lang.String> getCachedScripts()
                                           throws java.io.IOException
java.io.IOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.