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