| Package | Description |
|---|---|
| org.apache.curator | |
| org.apache.curator.ensemble.exhibitor | |
| org.apache.curator.ensemble.fixed |
| Constructor | 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) |
|
CuratorZookeeperClient(ZookeeperFactory zookeeperFactory,
EnsembleProvider ensembleProvider,
int sessionTimeoutMs,
int connectionTimeoutMs,
org.apache.zookeeper.Watcher watcher,
RetryPolicy retryPolicy,
boolean canBeReadOnly,
ConnectionHandlingPolicy connectionHandlingPolicy) |
| Modifier and Type | Class | 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 | Description |
|---|---|---|
class |
FixedEnsembleProvider |
Standard ensemble provider that wraps a fixed connection string
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.