| 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.
|
| com.sleepycat.je.tree.dupConvert |
INTERNAL: Defunct Btree classes for old duplicate Btrees, only used during
recovery.
|
| Class and Description |
|---|
| Latch
Provides exclusive (mutex-like) latching.
|
| LatchContext
Provides information about a latch, to avoid requiring this information to
be stored with every latch object.
|
| LatchImpl
An exclusive latch without stats.
|
| LatchTable
Table of latches by thread for debugging.
|
| SharedLatch
Extends Latch to provide a reader-writer/shared-exclusive latch.
|
| Class and Description |
|---|
| LatchContext
Provides information about a latch, to avoid requiring this information to
be stored with every latch object.
|
| LatchTable
Table of latches by thread for debugging.
|
| Class and Description |
|---|
| LatchContext
Provides information about a latch, to avoid requiring this information to
be stored with every latch object.
|
Copyright © 2024. All rights reserved.