DynaCache MBean

All Parent MBeans:
StatisticsProvider

Partial ObjectName:
WebSphere:*,type=DynaCache


MBean DynaCache

Current settings for the running WebSphere Dynamic Cache (DynaCache).


Attribute Summary
java.lang.IntegercacheSize
           The size in entries of the in-memory cache
java.lang.IntegerusedCacheSize
           The number of used cache entries in the in-memory cache
java.lang.BooleandiskOverflow
           Indicates whether disk based overflow is enabled

Attributes inherited from MBean StatisticsProvider
stats

Operation Summary
java.lang.String[]getCacheStatisticNames()
           Retrieve the names of the available cache statistics.
java.lang.String[]getCacheInstanceNames()
           Retrieve the names of the available cache instances.
java.lang.String[]getAllCacheStatistics()
           Retrieve all of the available cache statistics for the base cache instance.
java.lang.String[]getAllCacheStatistics(java.lang.String cacheInstance)
           Retrieve all of the available cache statistics for the named cache instance.
java.lang.String[]getCacheStatistics(java.lang.String[] names)
           Retrieve cache statistics specified by the names array for the base cache instance.
java.lang.String[]getCacheStatistics(java.lang.String cacheInstance, java.lang.String[] names)
           Retrieve cache statistics specified by the names array for the named cache instance.

Attribute Detail

cacheSize

public java.lang.Integer cacheSize
The size in entries of the in-memory cache
Security Roles:
Getter:
administrator
operator
configurator
monitor

usedCacheSize

public java.lang.Integer usedCacheSize
The number of used cache entries in the in-memory cache
Security Roles:
Getter:
administrator
operator
configurator
monitor

diskOverflow

public java.lang.Boolean diskOverflow
Indicates whether disk based overflow is enabled
Security Roles:
Getter:
administrator
operator
configurator
monitor

Operation Detail

getCacheStatisticNames

public java.lang.String[] getCacheStatisticNames()
Retrieve the names of the available cache statistics.
Security Roles:
administrator
operator
configurator
monitor

getCacheInstanceNames

public java.lang.String[] getCacheInstanceNames()
Retrieve the names of the available cache instances.
Security Roles:
administrator
operator
configurator
monitor

getAllCacheStatistics

public java.lang.String[] getAllCacheStatistics()
Retrieve all of the available cache statistics for the base cache instance.
Security Roles:
administrator
operator
configurator
monitor

getAllCacheStatistics

public java.lang.String[] getAllCacheStatistics(java.lang.String cacheInstance)
Retrieve all of the available cache statistics for the named cache instance.
Parameters:
cacheInstance - The name of the cache instance.
Security Roles:
administrator
operator
configurator
monitor

getCacheStatistics

public java.lang.String[] getCacheStatistics(java.lang.String[] names)
Retrieve cache statistics specified by the names array for the base cache instance.
Parameters:
names - The array of cache statistic names
Security Roles:
administrator
operator
configurator
monitor

getCacheStatistics

public java.lang.String[] getCacheStatistics(java.lang.String cacheInstance, java.lang.String[] names)
Retrieve cache statistics specified by the names array for the named cache instance.
Parameters:
cacheInstance - The name of the cache instance.
names - The array of cache statistic names
Security Roles:
administrator
operator
configurator
monitor

Copyright IBM Corp. 1996-2005