Skip navigation links

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


weblogic.management.runtime
Interface EntityCacheRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean
All Known Subinterfaces:
EntityCacheCumulativeRuntimeMBean, EntityCacheCurrentStateRuntimeMBean

public interface EntityCacheRuntimeMBean
extends RuntimeMBean

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

getTotalCurrentEntries

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.

Returns:
The totalCurrentEntries value

getTotalPersistentCurrentEntries

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.

Returns:
The totalPersistentCurrentEntries value

getTotalTransientCurrentEntries

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.

Returns:
The totalTransientCurrentEntries value

getAvgPercentTransient

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.

Returns:
The avgPercentTransient value

getAvgPercentPersistent

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.

Returns:
The avgPercentPersistent value

getAvgTimeout

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.

Returns:
The avgTimeout value

getMinEntryTimeout

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.

Returns:
The minEntryTimeout value

getMaxEntryTimeout

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.

Returns:
The maxEntryTimeout value

getAvgPerEntryMemorySize

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.

Returns:
The avgPerEntryMemorySize value

getMaxEntryMemorySize

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.

Returns:
The maxEntryMemorySize value

getMinEntryMemorySize

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.

Returns:
The minEntryMemorySize value

getAvgPerEntryDiskSize

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.

Returns:
The avgPerEntryDiskSize value

Skip navigation links

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