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
|
List<String> |
getCachedScripts()
Gets the scripts in the FSClassLoaderCache
|
String |
getFSClassLoaderRoot()
Gets the root directory at which the FSClassloader is creating it's
cached files
|
void clearCache()
String getFSClassLoaderRoot()
int getCachedScriptCount() throws IOException
IOException
List<String> getCachedScripts() throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.