| Package | Description |
|---|---|
| com.sleepycat.je.latch |
INTERNAL: Latches wrap Java ReentrantLock and ReentrantReadWriteLock and
add restrictions and debugging support; used mainly for IN locking.
|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| Modifier and Type | Field and Description |
|---|---|
static LatchTable |
LatchSupport.btreeLatchTable |
static LatchTable |
LatchSupport.otherLatchTable |
| Modifier and Type | Method and Description |
|---|---|
LatchTable |
LatchContext.getLatchTable()
Returns LatchTable for debug/test tracking.
|
| Modifier and Type | Method and Description |
|---|---|
LatchTable |
IN.getLatchTable() |
Copyright © 2024. All rights reserved.