public class DeadlockDetection extends Object
| Constructor and Description |
|---|
DeadlockDetection() |
| Modifier and Type | Method and Description |
|---|---|
static Set<com.gemstone.gemfire.distributed.internal.deadlock.Dependency> |
collectDependencies() |
static void |
detectDeadlocks() |
static void |
detectDeadlocks(ClientRecord failedClient) |
static com.gemstone.gemfire.distributed.internal.deadlock.ThreadReference |
findHydraThread(int hydraThreadId) |
static void |
main(String[] args) |
public static void detectDeadlocks()
public static void detectDeadlocks(ClientRecord failedClient)
public static com.gemstone.gemfire.distributed.internal.deadlock.ThreadReference findHydraThread(int hydraThreadId)
public static Set<com.gemstone.gemfire.distributed.internal.deadlock.Dependency> collectDependencies()
public static void main(String[] args) throws FileNotFoundException, IOException, ClassNotFoundException
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.