| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static LatchContext |
LatchSupport.DUMMY_LATCH_CONTEXT |
| Modifier and Type | Method and Description |
|---|---|
static LatchContext |
LatchFactory.createTestLatchContext(String name)
Used for creating latches in tests, with having an EnvironmentImpl.
|
| Modifier and Type | Method and Description |
|---|---|
static Latch |
LatchFactory.createExclusiveLatch(LatchContext context,
boolean collectStats)
Creates a Latch using a given LatchContext.
|
static SharedLatch |
LatchFactory.createSharedLatch(LatchContext context,
boolean exclusiveOnly)
Creates a SharedLatch using a given LatchContext.
|
| Constructor and Description |
|---|
TimingLatch(LatchContext context,
boolean debug) |
TimingLatch(LatchContext context,
boolean debug,
int waitThreshold,
int holdThreshold) |
| Modifier and Type | Class and Description |
|---|---|
class |
BIN
A BIN represents a Bottom Internal Node in the JE tree.
|
class |
IN
An IN represents an Internal Node in the JE tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DBIN
A DBIN represents an Duplicate Bottom Internal Node in the JE tree.
|
class |
DIN
An DIN represents an Duplicate Internal Node in the JE tree.
|
Copyright © 2024. All rights reserved.