-
Notifications
You must be signed in to change notification settings - Fork 434
Extensions
Randgalt edited this page Sep 4, 2012
·
5 revisions
The curator-recipes
package implements the common recipes that are described in the ZooKeeper documentation. To avoid bloating that package, recipes/applications that have a vertical appeal will be put in separate "extension" packages using the naming convention curator-x-name
.
The current extensions are:
Extension | Description |
---|---|
Service Discovery | A system for using ZooKeeper as a service discovery mechanism. Service discovery is vital in distributed, SOA systems. |
Service Discovery Server | A REST server for use with Curator Service Discovery. This server can be used for non-Java applications that need to participate in the Curator Service Discovery. |
ZKClient Bridge | A bridge between Curator and ZKClient. Useful for projects that would like to use Curator but don't want to risk porting working code that uses ZKClient. |
- Curator
- Javadoc
- Coverage Report
- Getting Started
- Examples
- FAQ
- Client
- Framework
-
Recipes
- Leader Latch
- Leader Election
- Shared Reentrant Lock
- Shared Lock
- Shared Reentrant Read Write Lock
- Shared Semaphore
- Multi Shared Lock
- Distributed Queue
- Distributed Id Queue
- Distributed Priority Queue
- Distributed Delay Queue
- Simple Distributed Queue
- Barrier
- Double Barrier
- Shared counter
- Distributed Atomic Long
- Path Cache
- Node Cache
- Utilities – Test Server, Test Cluster, ZKPaths, EnsurePath, QueueSharder, Reaper, ChildReaper
- Tech Notes
- Errors
- Exhibitor Integration
- Extensions
- Logging and Tracing