com.sleepycat.je.latch
Class LatchSupport

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

public class LatchSupport
extends Object

Class used to hold the debugging latchTable.


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

Field Detail

latchTable

static LatchTable latchTable
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 String latchesHeldToString()

clearNotes

public static void clearNotes()


Copyright (c) 2004-2010 Oracle. All rights reserved.