org.elasticsearch.monitor.dump.thread
Class ThreadDumpContributor

java.lang.Object
  extended by org.elasticsearch.monitor.dump.thread.ThreadDumpContributor
All Implemented Interfaces:
DumpContributor

public class ThreadDumpContributor
extends Object
implements DumpContributor


Field Summary
static String THREAD_DUMP
           
 
Constructor Summary
ThreadDumpContributor(String name, Settings settings)
           
 
Method Summary
 void contribute(Dump dump)
           
 long[] findDeadlockedThreads()
           
 String getName()
           
 ThreadInfo[] getThreadInfo(long[] threadIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THREAD_DUMP

public static final String THREAD_DUMP
See Also:
Constant Field Values
Constructor Detail

ThreadDumpContributor

@Inject
public ThreadDumpContributor(String name,
                                    Settings settings)
Method Detail

getName

public String getName()
Specified by:
getName in interface DumpContributor

contribute

public void contribute(Dump dump)
                throws DumpContributionFailedException
Specified by:
contribute in interface DumpContributor
Throws:
DumpContributionFailedException

findDeadlockedThreads

public long[] findDeadlockedThreads()

getThreadInfo

public ThreadInfo[] getThreadInfo(long[] threadIds)


Copyright © 2009-2012. All Rights Reserved.