Uses of Interface
org.apache.curator.ensemble.EnsembleProvider
Packages that use EnsembleProvider
Package
Description
- 
Uses of EnsembleProvider in org.apache.curatorConstructors in org.apache.curator with parameters of type EnsembleProviderModifierConstructorDescriptionCuratorZookeeperClient(EnsembleProvider ensembleProvider, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.zookeeper.Watcher watcher, RetryPolicy retryPolicy) CuratorZookeeperClient(ZookeeperFactory zookeeperFactory, EnsembleProvider ensembleProvider, int sessionTimeoutMs, int connectionTimeoutMs, int waitForShutdownTimeoutMs, 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) 
- 
Uses of EnsembleProvider in org.apache.curator.ensemble.fixedClasses in org.apache.curator.ensemble.fixed that implement EnsembleProviderModifier and TypeClassDescriptionclassStandard ensemble provider that wraps a fixed connection string
- 
Uses of EnsembleProvider in org.apache.curator.frameworkMethods in org.apache.curator.framework that return EnsembleProviderMethods in org.apache.curator.framework with parameters of type EnsembleProviderModifier and TypeMethodDescriptionCuratorFrameworkFactory.Builder.ensembleProvider(EnsembleProvider ensembleProvider) Set the list ensemble provider.