Uses of Interface
org.apache.curator.ensemble.EnsembleProvider

Packages that use EnsembleProvider
org.apache.curator   
org.apache.curator.ensemble.exhibitor   
org.apache.curator.ensemble.fixed   
 

Uses of EnsembleProvider in org.apache.curator
 

Constructors in org.apache.curator with parameters of type EnsembleProvider
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)
           
 

Uses of EnsembleProvider in org.apache.curator.ensemble.exhibitor
 

Classes in org.apache.curator.ensemble.exhibitor that implement EnsembleProvider
 class ExhibitorEnsembleProvider
          Ensemble provider that polls a cluster of Exhibitor (https://github.com/Netflix/exhibitor) instances for the connection string.
 

Uses of EnsembleProvider in org.apache.curator.ensemble.fixed
 

Classes in org.apache.curator.ensemble.fixed that implement EnsembleProvider
 class FixedEnsembleProvider
          Standard ensemble provider that wraps a fixed connection string
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.