Interface | Description |
---|---|
LockManager |
Provides an actual implementation to manage locks.
|
Class | Description |
---|---|
BasicLockManager |
Provides a basic implementation which tries to obtain a lock in increasing intervals.
|
JavaLockManager |
Provides a fast implementation which is based on internal JVM locks.
|
LockInfo |
Describes a lock being held.
|
Locks |
Provides a central framework to obtain and manage named locks.
|
LocksCommand |
Provides a console command to display all locks.
|
RedisLockManager |
Provides a fast multi node implementation which is based on Redis.
|
SmartLockManager |
Provides a "cluster aware" lock manager.
|
Copyright © 2018. All rights reserved.