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 EntityCacheCumulativeRuntimeMBean

All Superinterfaces:
DynamicMBean, EntityCacheRuntimeMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean

public interface EntityCacheCumulativeRuntimeMBean
extends EntityCacheRuntimeMBean

This class is used for monitoring an XML Cache.


Method Summary
abstract  double getAvgEntrySizeDiskPurged()
          Provides the cumulative average size of entries that have been purged from the disk cache.
abstract  double getAvgEntrySizeMemoryPurged()
          Provides the average size of the all the entries that have been purged from the memory.
abstract  double getDiskPurgesPerHour()
          Provides cumulative average number of purges from the disk cache per hour.
abstract  double getMemoryPurgesPerHour()
          Provides the cumulative average number of entries that have been purged from the entity cache.
abstract  Date getMostRecentDiskPurge()
          Provides the date of the most recent purge from the disk cache.
abstract  Date getMostRecentMemoryPurge()
          Provides the date of the most recent purge of the entity cache.
abstract  double getPercentRejected()
          Provides the cumulative percent of the potential entries to the entity cache that have been rejected.
abstract  long getTotalItemsDiskPurged()
          Provides the total number of items that have been purged from the disk cache.
abstract  long getTotalItemsMemoryPurged()
          Provides the cumulative number of items that have been purged from the entity cache.
abstract  long getTotalNumberDiskPurges()
          Provides a count of the total number of entries that have been purged from the disk cache.
abstract  long getTotalNumberMemoryPurges()
          Provides the cumulative number of entries that have been purged from the entity cache.
abstract  long getTotalNumberOfRejections()
          Provides the cumulative total number of rejections of entries from the entity cache for the current session.
abstract  long getTotalNumberOfRenewals()
          Provides a count of the cumulative number of entries that have been refreshed in the entity cache.
abstract  long getTotalSizeOfRejections()
          Provides the cumulative total size of the rejections from the entity cache.

 

Methods inherited from interface weblogic.management.runtime.EntityCacheRuntimeMBean
getAvgPercentPersistent, getAvgPercentTransient, getAvgPerEntryDiskSize, getAvgPerEntryMemorySize, getAvgTimeout, getMaxEntryMemorySize, getMaxEntryTimeout, getMinEntryMemorySize, getMinEntryTimeout, getTotalCurrentEntries, getTotalPersistentCurrentEntries, getTotalTransientCurrentEntries

 

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

getTotalNumberMemoryPurges

long getTotalNumberMemoryPurges()

Provides the cumulative number of entries that have been purged from the entity cache.

Returns:
The totalNumberMemoryPurges value

getTotalItemsMemoryPurged

long getTotalItemsMemoryPurged()

Provides the cumulative number of items that have been purged from the entity cache.

Returns:
The totalItemsMemoryPurged value

getAvgEntrySizeMemoryPurged

double getAvgEntrySizeMemoryPurged()

Provides the average size of the all the entries that have been purged from the memory.

Returns:
The avgEntrySizeMemoryPurged value

getMostRecentMemoryPurge

Date getMostRecentMemoryPurge()

Provides the date of the most recent purge of the entity cache.

Returns:
The mostRecentMemoryPurge value

getMemoryPurgesPerHour

double getMemoryPurgesPerHour()

Provides the cumulative average number of entries that have been purged from the entity cache.

Returns:
The memoryPurgesPerHour value

getTotalNumberDiskPurges

long getTotalNumberDiskPurges()

Provides a count of the total number of entries that have been purged from the disk cache.

Returns:
The totalNumberDiskPurges value

getTotalItemsDiskPurged

long getTotalItemsDiskPurged()

Provides the total number of items that have been purged from the disk cache.

Returns:
The totalItemsDiskPurged value

getAvgEntrySizeDiskPurged

double getAvgEntrySizeDiskPurged()

Provides the cumulative average size of entries that have been purged from the disk cache.

Returns:
The avgEntrySizeDiskPurged value

getMostRecentDiskPurge

Date getMostRecentDiskPurge()

Provides the date of the most recent purge from the disk cache.

Returns:
The mostRecentDiskPurge value

getDiskPurgesPerHour

double getDiskPurgesPerHour()

Provides cumulative average number of purges from the disk cache per hour.

Returns:
The diskPurgesPerHour value

getTotalNumberOfRejections

long getTotalNumberOfRejections()

Provides the cumulative total number of rejections of entries from the entity cache for the current session.

Returns:
The totalNumberOfRejections value

getTotalSizeOfRejections

long getTotalSizeOfRejections()

Provides the cumulative total size of the rejections from the entity cache.

Returns:
The totalSizeOfRejections value

getPercentRejected

double getPercentRejected()

Provides the cumulative percent of the potential entries to the entity cache that have been rejected.

Returns:
The percentRejected value

getTotalNumberOfRenewals

long getTotalNumberOfRenewals()

Provides a count of the cumulative number of entries that have been refreshed in the entity cache.

Returns:
The totalNumberOfRenewals 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