| Package | Description |
|---|---|
| org.apache.curator | |
| org.apache.curator.ensemble.exhibitor | |
| org.apache.curator.ensemble.fixed |
| Constructor and Description |
|---|
CuratorZookeeperClient(EnsembleProvider ensembleProvider,
int sessionTimeoutMs,
int connectionTimeoutMs,
org.apache.zookeeper.Watcher watcher,
RetryPolicy retryPolicy) |
CuratorZookeeperClient(ZookeeperFactory zookeeperFactory,
EnsembleProvider ensembleProvider,
int sessionTimeoutMs,
int connectionTimeoutMs,
org.apache.zookeeper.Watcher watcher,
RetryPolicy retryPolicy,
boolean canBeReadOnly) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExhibitorEnsembleProvider
Ensemble provider that polls a cluster of Exhibitor (https://github.com/Netflix/exhibitor)
instances for the connection string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedEnsembleProvider
Standard ensemble provider that wraps a fixed connection string
|
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.