|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.3) Part Number E13945-03 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityCacheRuntimeMBean
This class is used for monitoring an XML Cache.
This is a type-safe interface for a
WebLogic Server MBean, which you can import into your client
classes and access through
weblogic.management.MBeanHome
. As of 9.0, the
MBeanHome
interface and all type-safe interfaces for
WebLogic Server MBeans are deprecated. Instead, client classes that
interact with WebLogic Server MBeans should use standard JMX design
patterns in which clients use the
javax.management.MBeanServerConnection
interface to
discover MBeans, attributes, and attribute types at runtime. For
more information, see "Developing Manageable Applications with JMX"
on http://www.oracle.com/technology/products/weblogic/index.html.
Method Summary | |
---|---|
double |
getAvgPercentPersistent()
Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache. |
double |
getAvgPercentTransient()
Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted. |
double |
getAvgPerEntryDiskSize()
Provides the current average size of the entries in the entity disk cache. |
double |
getAvgPerEntryMemorySize()
Provides the current average size of the entries in the entity memory cache. |
double |
getAvgTimeout()
Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity. |
long |
getMaxEntryMemorySize()
Provides the current maximum size of the entries in the entity memory cache. |
double |
getMaxEntryTimeout()
Provides the largest timeout value for any current entry in the entity cache. |
long |
getMinEntryMemorySize()
Provides the current minimum size of the entries in the entity memory cache. |
double |
getMinEntryTimeout()
Provides the smallest timeout value for any current entry in the entity cache. |
long |
getTotalCurrentEntries()
Provides a count of the total current number of entries in the entity cache. |
long |
getTotalPersistentCurrentEntries()
Provides a count of the total current number of entries in the cache that have been persisted to disk. |
long |
getTotalTransientCurrentEntries()
Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache. |
Method Detail |
---|
long getTotalCurrentEntries()
Provides a count of the total current number of entries in the entity cache.
Returns the total current number of entries in the entity cache.
long getTotalPersistentCurrentEntries()
Provides a count of the total current number of entries in the cache that have been persisted to disk.
Returns the total current number of entries in the cache that have been persisted to disk.
long getTotalTransientCurrentEntries()
Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache.
Returns the total current number of transient entries in the entity cache.
double getAvgPercentTransient()
Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted.
Returns current average percentage of entries in the entity cache that are transient, or have not been persisted.
double getAvgPercentPersistent()
Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache.
Returns current average percentage of entries in the entity cache that have been persisted to the disk cache.
double getAvgTimeout()
Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity.
Returns the average amount of time that the entity cache has timed out when trying to retrieve an entity.
double getMinEntryTimeout()
Provides the smallest timeout value for any current entry in the entity cache.
Returns the smallest timeout value for any current entry in the entity cache.
double getMaxEntryTimeout()
Provides the largest timeout value for any current entry in the entity cache.
Returns the largest timeout value for any current entry in the entity cache.
double getAvgPerEntryMemorySize()
Provides the current average size of the entries in the entity memory cache.
Returns the current average size of the entries in the entity memory cache.
long getMaxEntryMemorySize()
Provides the current maximum size of the entries in the entity memory cache.
Returns the current maximum size of the entries in the entity memory cache.
long getMinEntryMemorySize()
Provides the current minimum size of the entries in the entity memory cache.
Returns the current minimum size of the entries in the entity memory cache.
double getAvgPerEntryDiskSize()
Provides the current average size of the entries in the entity disk cache.
Returns the current average size of the entries in the entity disk cache.
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.3) Part Number E13945-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |