LockStrategy, which is
the primary starting point for distributed locking mechanisms.See: Description
| Interface | Description |
|---|---|
| Lockable | |
| LockedResource<T> | |
| LockedResources<T> | |
| LockStrategy |
Abstracts an atomic exclusive locking mechanism which is used to coordinate concurrent work on
logical "resources."
|
| Class | Description |
|---|---|
| LightblueAutoPingLockStrategy |
Uses lightblue's locking APIs with TTL, automatically pinging the lock in the background until it
is released.
|
| LockingRoutePolicy |
| Exception | Description |
|---|---|
| LockNotAvailableException | |
| LostLockException |
LockStrategy, which is
the primary starting point for distributed locking mechanisms.Copyright © 2017. All rights reserved.