| Package | Description |
|---|---|
| com.sleepycat.je.latch |
INTERNAL: Latches wrap Java ReentrantLock and ReentrantReadWriteLock and
add restrictions and debugging support; used mainly for IN locking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LatchImpl
An exclusive latch without stats.
|
class |
SharedLatchImpl |
class |
TimingLatch
A subclass of Latch that may be used for debugging performance issues.
|
| Modifier and Type | Method and Description |
|---|---|
static SharedLatch |
LatchFactory.createSharedLatch(EnvironmentImpl envImpl,
String name,
boolean exclusiveOnly)
Creates a SharedLatch, creating a LatchContext from the given name and
envImpl.
|
static SharedLatch |
LatchFactory.createSharedLatch(LatchContext context,
boolean exclusiveOnly)
Creates a SharedLatch using a given LatchContext.
|
Copyright © 2024. All rights reserved.