com.hazelcast.management
Class ThreadDumpGenerator

java.lang.Object
  extended by com.hazelcast.management.ThreadDumpGenerator

public final class ThreadDumpGenerator
extends Object

Generates thread dumps.


Method Summary
static String dumpAllThreads()
           
static String dumpDeadlocks()
           
static ThreadInfo[] findDeadlockedThreads()
           
static ThreadInfo[] getAllThreads()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dumpAllThreads

public static String dumpAllThreads()

dumpDeadlocks

public static String dumpDeadlocks()

findDeadlockedThreads

public static ThreadInfo[] findDeadlockedThreads()

getAllThreads

public static ThreadInfo[] getAllThreads()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.