|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
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.
Method Summary | |
---|---|
abstract double |
getAvgPercentPersistent() Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache. |
abstract double |
getAvgPercentTransient() Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted. |
abstract double |
getAvgPerEntryDiskSize() Provides the current average size of the entries in the entity disk cache. |
abstract double |
getAvgPerEntryMemorySize() Provides the current average size of the entries in the entity memory cache. |
abstract double |
getAvgTimeout() Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity. |
abstract long |
getMaxEntryMemorySize() Provides the current maximum size of the entries in the entity memory cache. |
abstract double |
getMaxEntryTimeout() Provides the largest timeout value for any current entry in the entity cache. |
abstract long |
getMinEntryMemorySize() Provides the current minimum size of the entries in the entity memory cache. |
abstract double |
getMinEntryTimeout() Provides the smallest timeout value for any current entry in the entity cache. |
abstract long |
getTotalCurrentEntries() Provides a count of the total current number of entries in the entity cache. |
abstract long |
getTotalPersistentCurrentEntries() Provides a count of the total current number of entries in the cache that have been persisted to disk. |
abstract long |
getTotalTransientCurrentEntries() Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache. |
Methods inherited from interface weblogic.management.runtime.RuntimeMBean |
---|
addPropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface weblogic.management.WebLogicMBean |
---|
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent |
Methods inherited from interface javax.management.DynamicMBean |
---|
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
Methods inherited from interface javax.management.MBeanRegistration |
---|
postDeregister, postRegister, preDeregister, preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
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, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |