Class PerformanceStatsEvent


  • @AsynchronousPreferred
    public class PerformanceStatsEvent
    extends Object
    Analytics event containing performance stats of a single action calculated for a specific date.
    See Also:
    ActionIdentifier
    • Constructor Detail

      • PerformanceStatsEvent

        public PerformanceStatsEvent​(@NotNull
                                     @NotNull ActionIdentifier actionIdentifier,
                                     @NotNull
                                     @NotNull LocalDate date,
                                     @NotNull
                                     @NotNull Stats stats)
    • Method Detail

      • getActionType

        public String getActionType()
      • getActionName

        public String getActionName()
      • getDate

        public String getDate()
      • getInvocations

        public long getInvocations()
      • getTimeAvg

        public double getTimeAvg()
      • getTimeMin

        public double getTimeMin()
      • getTimeMax

        public double getTimeMax()
      • getTimeStdDev

        public double getTimeStdDev()