Uses of Class
org.glassfish.pfl.tf.timer.spi.Statistics
-
Packages that use Statistics Package Description 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 Modifier and Type Method Description java.util.Map<Timer,Statistics>
StatsEventHandlerBase. stats()
-
Uses of Statistics in org.glassfish.pfl.tf.timer.spi
Fields in org.glassfish.pfl.tf.timer.spi declared as Statistics Modifier and Type Field Description private Statistics
StatisticsAccumulator. stats
Methods in org.glassfish.pfl.tf.timer.spi that return Statistics Modifier and Type Method Description Statistics
StatisticsAccumulator. getStats()
Methods in org.glassfish.pfl.tf.timer.spi that return types with arguments of type Statistics Modifier and Type Method Description java.util.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).
-