| Package | Description |
|---|---|
| com.sleepycat.je.txn |
INTERNAL: Transaction management and locking (concurrency control).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyLockManager
DummyLockManager performs minimal locking and is used when
EnvironmentConfig.ENV_IS_LOCKING is false. |
class |
SyncedLockManager
SyncedLockManager uses the synchronized keyword to implement its critical
sections.
|
| Modifier and Type | Field and Description |
|---|---|
protected LockManager |
Locker.lockManager |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
TxnManager.getLockManager()
Give transactions and environment access to lock manager.
|
Copyright © 2024. All rights reserved.