| Package | Description |
|---|---|
| locklib |
In locklib, a locking target is represented by a
Target. |
| Modifier and Type | Method and Description |
|---|---|
LockRequest<LockType> |
LockGrantFuture.request()
Obtains the lock request.
|
LockRequest<LockType> |
LockGrant.request()
Obtains the lock request that generated this grant.
|
| Modifier and Type | Method and Description |
|---|---|
LockGrantFuture<LockType> |
Target.lock(LockRequest<LockType> request)
Requests an asynchronous lock of this target.
|
void |
NullLockPreChecker.pre_check_wait(LockRequest<LockType> r,
Target<LockType> t) |
void |
LockPreChecker.pre_check_wait(LockRequest<LockType> r,
Target<LockType> t)
Checks if we can wait for a lock.
|
Copyright © 2015. All rights reserved.