com.sleepycat.je.latch
Class LatchSupport

java.lang.Object
  extended by com.sleepycat.je.latch.LatchSupport

public class LatchSupport
extends java.lang.Object

Class used to hold the debugging latchTable.


Constructor Summary
LatchSupport()
           
 
Method Summary
static void clearNotes()
           
static int countLatchesHeld()
          Only call under the assert system.
static void dumpLatchesHeld()
           
static java.lang.String latchesHeldToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatchSupport

public LatchSupport()
Method Detail

countLatchesHeld

public static int countLatchesHeld()
Only call under the assert system. This records and counts held latches.


dumpLatchesHeld

public static void dumpLatchesHeld()

latchesHeldToString

public static java.lang.String latchesHeldToString()

clearNotes

public static void clearNotes()