public class LatchSupport
extends java.lang.Object
Constructor and Description |
---|
LatchSupport() |
Modifier and Type | Method and Description |
---|---|
static void |
clearNotes() |
static int |
countLatchesHeld()
Only call under the assert system.
|
static void |
dumpLatchesHeld() |
static java.lang.Class |
getJava5LatchClass() |
static java.lang.String |
latchesHeldToString() |
static Latch |
makeLatch(EnvironmentImpl env) |
static Latch |
makeLatch(java.lang.String name,
EnvironmentImpl env) |
static SharedLatch |
makeSharedLatch(java.lang.String name,
EnvironmentImpl env) |
public static java.lang.Class getJava5LatchClass()
public static Latch makeLatch(java.lang.String name, EnvironmentImpl env)
public static Latch makeLatch(EnvironmentImpl env)
public static SharedLatch makeSharedLatch(java.lang.String name, EnvironmentImpl env)
public static int countLatchesHeld()
public static void dumpLatchesHeld()
public static java.lang.String latchesHeldToString()
public static void clearNotes()