| Interface | Description |
|---|---|
| CuratorClientFactory | |
| NodeUpdater | |
| NodeUpdaterFactory | |
| PersistentPathChildrenCache.Listener | |
| ZooKeeperClient |
Exists because the Curator library makes things ununit-testable without this.
|
| ZooKeeperModelReporter.ZooKeeperCallable<T> | |
| ZooKeeperOperation |
| Class | Description |
|---|---|
| Check | |
| CheckWithVersion | |
| CreateEmpty | |
| CreateMany | |
| CuratorClientFactoryImpl | |
| DefaultZooKeeperClient | |
| Delete | |
| DeleteMany | |
| Node | |
| PathFactory | |
| Paths | |
| PersistentPathChildrenCache<T> |
A view of the children of a zookeeper node, kept up to date with zookeeper using watches and
persisted to disk in order to guarantee availability when zookeeper is unavailable.
|
| ReportingZooKeeperClient |
This class instruments ZooKeeper calls by timing them and reporting exceptions.
|
| RetryingZooKeeperNodeWriter |
A ZooKeeper node writer that retries forever.
|
| SetData | |
| ZooKeeperClientProvider | |
| ZooKeeperHealthChecker | |
| ZooKeeperModelReporter | |
| ZooKeeperNodeUpdater |
A best-effort ZooKeeper node updater.
|
| ZooKeeperNodeUpdaterFactory | |
| ZooKeeperOperations | |
| ZooKeeperUpdatingPersistentDirectory |
A map that persists modification locally on disk and attempt to replicate modifications to
ZooKeeper, retrying forever until successful.
|
Copyright © 2017. All rights reserved.