|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.jmx.mbeans.Query
Constructor Summary | |
---|---|
Query(org.objectweb.perseus.cache.api.CacheAttributeController ca,
org.objectweb.perseus.cache.api.UnbindManager um,
org.objectweb.perseus.cache.api.CacheManager cm,
QueryManagerAttribute qma)
|
Method Summary | |
---|---|
void |
evictAllCompiledQueriesFromCache()
Evicts all entries from the compiled query cache. |
java.lang.String |
getCompiledQueryCache_AutoCleanSize()
|
java.lang.String |
getCompiledQueryCache_AutoCleanThreshold()
|
int |
getCompiledQueryCache_CurrentSize()
|
int |
getCompiledQueryCache_MaxObjects()
|
java.util.Collection |
getCompiledQueryCache_ObjectIdentifiers()
|
boolean |
getPrefetchActivatedOnExtent()
Indicates of the prefetching mode on extent |
boolean |
getPrefetchActivatedOnQuery()
Indicates of the prefetching mode on query |
void |
setCompiledQueryCache_AutoCleanSize(java.lang.String size)
|
void |
setCompiledQueryCache_AutoCleanThreshold(java.lang.String size)
|
void |
setCompiledQueryCache_MaxObjects(int size)
|
void |
setPrefetchActivatedOnExtent(boolean prefetch)
Assignes of the prefetching mode on extent |
void |
setPrefetchActivatedOnQuery(boolean prefetch)
Assignes of the prefetching mode on query |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Query(org.objectweb.perseus.cache.api.CacheAttributeController ca, org.objectweb.perseus.cache.api.UnbindManager um, org.objectweb.perseus.cache.api.CacheManager cm, QueryManagerAttribute qma)
Method Detail |
public void evictAllCompiledQueriesFromCache()
QueryMBean
evictAllCompiledQueriesFromCache
in interface QueryMBean
public java.lang.String getCompiledQueryCache_AutoCleanSize()
getCompiledQueryCache_AutoCleanSize
in interface QueryMBean
public java.lang.String getCompiledQueryCache_AutoCleanThreshold()
getCompiledQueryCache_AutoCleanThreshold
in interface QueryMBean
public java.util.Collection getCompiledQueryCache_ObjectIdentifiers()
getCompiledQueryCache_ObjectIdentifiers
in interface QueryMBean
public int getCompiledQueryCache_CurrentSize()
getCompiledQueryCache_CurrentSize
in interface QueryMBean
public int getCompiledQueryCache_MaxObjects()
getCompiledQueryCache_MaxObjects
in interface QueryMBean
public void setCompiledQueryCache_AutoCleanSize(java.lang.String size)
setCompiledQueryCache_AutoCleanSize
in interface QueryMBean
public void setCompiledQueryCache_AutoCleanThreshold(java.lang.String size)
setCompiledQueryCache_AutoCleanThreshold
in interface QueryMBean
public void setCompiledQueryCache_MaxObjects(int size) throws java.lang.IllegalArgumentException, org.objectweb.perseus.cache.api.CacheException
setCompiledQueryCache_MaxObjects
in interface QueryMBean
java.lang.IllegalArgumentException
org.objectweb.perseus.cache.api.CacheException
public boolean getPrefetchActivatedOnExtent()
QueryManagerAttribute
getPrefetchActivatedOnExtent
in interface QueryManagerAttribute
public boolean getPrefetchActivatedOnQuery()
QueryManagerAttribute
getPrefetchActivatedOnQuery
in interface QueryManagerAttribute
public void setPrefetchActivatedOnExtent(boolean prefetch)
QueryManagerAttribute
setPrefetchActivatedOnExtent
in interface QueryManagerAttribute
public void setPrefetchActivatedOnQuery(boolean prefetch)
QueryManagerAttribute
setPrefetchActivatedOnQuery
in interface QueryManagerAttribute
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |