ehcache

Uses of Interface
net.sf.ehcache.statistics.extended.ExtendedStatistics

Packages that use ExtendedStatistics
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
 ExtendedStatistics StatisticsGateway.getExtended()
          Gets the extended.
 

Constructors in net.sf.ehcache.statistics with parameters of type ExtendedStatistics
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
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
 class ExtendedStatisticsImpl
          The Class ExtendedStatisticsImpl.
 


ehcache

Copyright 2001-2015, Terracotta, Inc.