| |
|
| org.objectweb.speedo.jmx.mbeans.QueryMBean
All known Subclasses: org.objectweb.speedo.jmx.mbeans.Query,
QueryMBean | public interface QueryMBean extends QueryManagerAttribute(Code) | | Defines the MBean view aggregating attributes about the management of queries
author: S.Chassande-Barrioz |
evictAllCompiledQueriesFromCache | void evictAllCompiledQueriesFromCache()(Code) | | Evicts all entries from the compiled query cache.
|
getCompiledQueryCache_AutoCleanSize | String getCompiledQueryCache_AutoCleanSize()(Code) | | |
getCompiledQueryCache_AutoCleanThreshold | String getCompiledQueryCache_AutoCleanThreshold()(Code) | | |
getCompiledQueryCache_CurrentSize | int getCompiledQueryCache_CurrentSize()(Code) | | |
getCompiledQueryCache_MaxObjects | int getCompiledQueryCache_MaxObjects()(Code) | | |
getCompiledQueryCache_ObjectIdentifiers | Collection getCompiledQueryCache_ObjectIdentifiers()(Code) | | |
setCompiledQueryCache_AutoCleanSize | void setCompiledQueryCache_AutoCleanSize(String size)(Code) | | |
setCompiledQueryCache_AutoCleanThreshold | void setCompiledQueryCache_AutoCleanThreshold(String size)(Code) | | |
|
|
|