Class HotThreads

java.lang.Object
org.elasticsearch.monitor.jvm.HotThreads

public class HotThreads
extends java.lang.Object
  • Constructor Details

    • HotThreads

      public HotThreads()
  • Method Details

    • interval

      public HotThreads interval​(org.elasticsearch.common.unit.TimeValue interval)
    • busiestThreads

      public HotThreads busiestThreads​(int busiestThreads)
    • ignoreIdleThreads

      public HotThreads ignoreIdleThreads​(boolean ignoreIdleThreads)
    • threadElementsSnapshotDelay

      public HotThreads threadElementsSnapshotDelay​(org.elasticsearch.common.unit.TimeValue threadElementsSnapshotDelay)
    • threadElementsSnapshotCount

      public HotThreads threadElementsSnapshotCount​(int threadElementsSnapshotCount)
    • type

      public HotThreads type​(java.lang.String type)
    • detect

      public java.lang.String detect() throws java.lang.Exception
      Throws:
      java.lang.Exception