Class ThreadLimiterStatisticsEvent

java.lang.Object
com.atlassian.confluence.impl.threadlimiter.ThreadLimiterStatisticsEvent

public class ThreadLimiterStatisticsEvent extends Object
Event used for thread limiter statistics.
Since:
9.3.0
  • Constructor Details

  • Method Details

    • getNodeNameHash

      public Integer getNodeNameHash()
    • getMaxHttpThreads

      public Integer getMaxHttpThreads()
    • getMacroThreads

      public Map<Integer,Long> getMacroThreads()
    • getMacroAvgDurations

      public Map<Integer,Long> getMacroAvgDurations()
    • getSearchThreads

      public Long getSearchThreads()
    • getSearchAvgDuration

      public Long getSearchAvgDuration()
    • getSearchRequests

      public Long getSearchRequests()