Uses of Interface
net.sf.ehcache.statistics.extended.ExtendedStatistics
-
Packages that use ExtendedStatistics Package Description net.sf.ehcache.statistics This package contains classes related to LiveCacheStatistics and its implementation.net.sf.ehcache.statistics.beans This package contains classes related to statistics mbean implementation.net.sf.ehcache.statistics.extended This package contains classes related to extended statistics implementation. -
-
Uses of ExtendedStatistics in net.sf.ehcache.statistics
Methods in net.sf.ehcache.statistics that return ExtendedStatistics Modifier and Type Method Description ExtendedStatisticsStatisticsGateway. getExtended()Gets the extended.Constructors in net.sf.ehcache.statistics with parameters of type ExtendedStatistics Constructor Description CoreStatisticsImpl(ExtendedStatistics extended)Instantiates a new core statistics impl. -
Uses of ExtendedStatistics in net.sf.ehcache.statistics.beans
Constructors in net.sf.ehcache.statistics.beans with parameters of type ExtendedStatistics Constructor Description ExtendedStatisticsMBean(Ehcache cache, ExtendedStatistics extendedStatistics)Instantiates a new extended statistics m bean. -
Uses of ExtendedStatistics in net.sf.ehcache.statistics.extended
Classes in net.sf.ehcache.statistics.extended that implement ExtendedStatistics Modifier and Type Class Description classExtendedStatisticsImplThe Class ExtendedStatisticsImpl.
-