Uses of Class
org.glassfish.pfl.tf.timer.spi.Statistics

Packages that use Statistics
org.glassfish.pfl.tf.timer.impl   
org.glassfish.pfl.tf.timer.spi   
 

Uses of Statistics in org.glassfish.pfl.tf.timer.impl
 

Methods in org.glassfish.pfl.tf.timer.impl that return types with arguments of type Statistics
 Map<Timer,Statistics> StatsEventHandlerBase.stats()
           
 

Uses of Statistics in org.glassfish.pfl.tf.timer.spi
 

Methods in org.glassfish.pfl.tf.timer.spi that return Statistics
 Statistics StatisticsAccumulator.getStats()
           
 

Methods in org.glassfish.pfl.tf.timer.spi that return types with arguments of type Statistics
 Map<Timer,Statistics> StatsEventHandler.stats()
          Return map that gives the accumulated statistics for each TimerEvent that has been observed by this event handler since the last call to clear (or since the creation of this handler, if clear has not been called).
 



Copyright © 2013 Oracle. All Rights Reserved.