org.elasticsearch.monitor.jvm
Class HotThreads

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

public class HotThreads
extends Object


Constructor Summary
HotThreads()
           
 
Method Summary
 HotThreads busiestThreads(int busiestThreads)
           
 String detect()
           
 HotThreads interval(TimeValue interval)
           
 HotThreads threadElementsSnapshotCount(int threadElementsSnapshotCount)
           
 HotThreads threadElementsSnapshotDelay(TimeValue threadElementsSnapshotDelay)
           
 HotThreads type(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotThreads

public HotThreads()
Method Detail

interval

public HotThreads interval(TimeValue interval)

busiestThreads

public HotThreads busiestThreads(int busiestThreads)

threadElementsSnapshotDelay

public HotThreads threadElementsSnapshotDelay(TimeValue threadElementsSnapshotDelay)

threadElementsSnapshotCount

public HotThreads threadElementsSnapshotCount(int threadElementsSnapshotCount)

type

public HotThreads type(String type)

detect

public String detect()
              throws Exception
Throws:
Exception


Copyright © 2009-2012. All Rights Reserved.