EntityCacheRuntimeMBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

This class is used for monitoring an XML Cache.

Fully Qualified Interface Name

If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.EntityCacheRuntimeMBean

Factory Methods

No factory methods. Instances of this MBean are created automatically.

Subtypes

The following MBeans extend or implement this MBean type:


    Attributes

    This section describes the following attributes:


    AvgPercentPersistent

    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.

           
    Privileges Read only
    Typedouble

    AvgPercentTransient

    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.

           
    Privileges Read only
    Typedouble

    AvgPerEntryDiskSize

    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.

           
    Privileges Read only
    Typedouble

    AvgPerEntryMemorySize

    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.

           
    Privileges Read only
    Typedouble

    AvgTimeout

    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.

           
    Privileges Read only
    Typedouble

    MaxEntryMemorySize

    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.

           
    Privileges Read only
    Typelong

    MaxEntryTimeout

    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.

           
    Privileges Read only
    Typedouble

    MinEntryMemorySize

    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.

           
    Privileges Read only
    Typelong

    MinEntryTimeout

    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.

           
    Privileges Read only
    Typedouble

    Name

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

           
    Privileges Read only
    Typejava.lang.String

    Parent

    Return the immediate parent for this MBean

           
    Privileges Read/Write
    Type

    TotalCurrentEntries

    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.

           
    Privileges Read only
    Typelong

    TotalPersistentCurrentEntries

    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.

           
    Privileges Read only
    Typelong

    TotalTransientCurrentEntries

    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.

           
    Privileges Read only
    Typelong

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String