| Class | Description |
|---|---|
| ClusterID |
Retrieves the numeric cluster ID from the ZooKeeper quorum.
|
| ExpiringResourceClaim |
ResourceClaim that automatically relinquishes its hold on a resource
after a set amount of time. |
| ResourceClaim |
Represents a claim on resource (represented by an int) from a finite pool of resources negotiated through a
queueing protocol facilitated by a ZooKeeper-quorum.
|
| SynchronizedUniqueIDGenerator |
A
BaseUniqueIDGenerator that coordinates the generator ID used by other processes
using this class via the same ZooKeeper quorum by attempting to claim an available ID for itself. |
| ZooKeeperHelper |
A collection of short hand static methods for common ZooKeeper operations.
|
| Enum | Description |
|---|---|
| ResourceClaim.State |
Internal state of this ResourceClaim.
|
Copyright © 2014–2015 Lable. All rights reserved.