Package | Description |
---|---|
org.apache.curator | |
org.apache.curator.ensemble.exhibitor | |
org.apache.curator.ensemble.fixed | |
org.apache.curator.framework |
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
|
Modifier and Type | Method and Description |
---|---|
EnsembleProvider |
CuratorFrameworkFactory.Builder.getEnsembleProvider() |
Modifier and Type | Method and Description |
---|---|
CuratorFrameworkFactory.Builder |
CuratorFrameworkFactory.Builder.ensembleProvider(EnsembleProvider ensembleProvider)
Set the list ensemble provider.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.