| Package | Description |
|---|---|
| com.sleepycat.je.txn |
INTERNAL: Transaction management and locking (concurrency control).
|
| Modifier and Type | Method and Description |
|---|---|
LockAttemptResult |
LockImpl.lock(LockType requestType,
Locker locker,
boolean nonBlockingRequest,
boolean jumpAheadOfWaiters,
MemoryBudget mb,
int lockTableIndex)
Attempts to acquire the lock and returns the LockGrantType.
|
LockAttemptResult |
ThinLockImpl.lock(LockType requestType,
Locker locker,
boolean nonBlockingRequest,
boolean jumpAheadOfWaiters,
MemoryBudget mb,
int lockTableIndex) |
LockAttemptResult |
DummyLockManager.stealLock(Long lsn,
Locker locker,
LockType lockType) |
abstract LockAttemptResult |
LockManager.stealLock(Long lsn,
Locker locker,
LockType lockType) |
LockAttemptResult |
SyncedLockManager.stealLock(Long lsn,
Locker locker,
LockType lockType) |
Copyright © 2024. All rights reserved.