javax.cache.mbeans
Interface CacheStatisticsMXBean

All Superinterfaces:
CacheStatistics
All Known Subinterfaces:
CacheMXBean

@MXBean
public interface CacheStatisticsMXBean
extends CacheStatistics

A management bean for cache.

Each cache's statistics object must be registered with an ObjectName that is unique and has the following:

Type: javax.cache:type=CacheStatistics

Required Attributes:

Since:
1.0
Author:
Greg Luck, Yannis Cosmadopoulos

Method Summary
 
Methods inherited from interface javax.cache.CacheStatistics
clearStatistics, getAverageGetMillis, getAveragePutMillis, getAverageRemoveMillis, getCacheEvictions, getCacheGets, getCacheHitPercentage, getCacheHits, getCacheMisses, getCacheMissPercentage, getCachePuts, getCacheRemovals, getStartAccumulationDate
 



Copyright © 2012. All Rights Reserved.