| BaseLockManager |
A lock manager manages locks and shared information across all threads and JVMs
and cluster members.
|
| BaseLockManager.LockDescription |
|
| ExpiredObjectException |
|
| LocalLock |
This class describes a local lock, which can have various nested levels
of depth.
|
| LocalLockException |
|
| LocalLockPool |
Pool of local locks, designed to gate access within a single thread.
|
| LockGate |
This class creates a first-come, first-serve local queue for locks.
|
| LockObject |
Base class.
|
| LockObjectFactory |
Base factory for lock objects.
|
| LockPool |
Lock pool class.
|
| ZooKeeperConnection |
An instance of this class is the Zookeeper analog to a database connection.
|
| ZooKeeperConnection.ZooKeeperWatcher |
Watcher class for zookeeper, so we get notified about zookeeper events.
|
| ZooKeeperConnectionPool |
Pool of ZooKeeper connections.
|
| ZooKeeperEphemeralNodeObject |
This class keeps track of a zookeeper ephemeral node that is owned by the
current process.
|
| ZooKeeperEphemeralNodePool |
This class represents a pool of ZooKeeperEphemeralNodeObject objects.
|