| Package | Description |
|---|---|
| org.janusgraph.diskstorage.locking | |
| org.janusgraph.diskstorage.locking.consistentkey |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLocker.checkLocks(StoreTransaction tx) |
void |
Locker.checkLocks(StoreTransaction tx)
Verify that all previous
Locker.writeLock(KeyColumn, StoreTransaction)
calls with tx actually succeeded. |
void |
AbstractLocker.deleteLocks(StoreTransaction tx) |
void |
Locker.deleteLocks(StoreTransaction tx)
Release every lock currently held by
tx. |
void |
AbstractLocker.writeLock(KeyColumn lockID,
StoreTransaction tx) |
void |
Locker.writeLock(KeyColumn lockID,
StoreTransaction tx)
Attempt to acquire/take/claim/write the lock named by
lockID. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpiredLockException |
Copyright © 2012–2024. All rights reserved.