|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.latch.LatchTable
class LatchTable
Table of latches by thread for debugging.
Constructor Summary | |
---|---|
LatchTable()
|
Method Summary | |
---|---|
(package private) void |
clearNotes()
|
(package private) int |
countLatchesHeld()
Only call under the assert system. |
(package private) String |
latchesHeldToString()
|
(package private) boolean |
noteLatch(Object latch)
Only call under the assert system. |
(package private) boolean |
unNoteLatch(Object latch,
String name)
Only call under the assert system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
LatchTable()
Method Detail |
---|
boolean noteLatch(Object latch)
boolean unNoteLatch(Object latch, String name)
int countLatchesHeld()
String latchesHeldToString()
void clearNotes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |