Interface TimerAnnotationHelper.ManagedStatsEventHandler

    • Method Detail

      • stats

        @ManagedAttribute
        @Description("A table giving statistics for each activated Timer that had at least one TimerEvent")
        java.util.Map<org.glassfish.pfl.tf.timer.spi.Timer,​org.glassfish.pfl.tf.timer.spi.Statistics> stats()
        Specified by:
        stats in interface org.glassfish.pfl.tf.timer.spi.StatsEventHandler
      • clear

        @ManagedOperation
        @Description("Discard all statistics on all Timers")
        void clear()
        Specified by:
        clear in interface org.glassfish.pfl.tf.timer.spi.StatsEventHandler