| Package | Description | 
|---|---|
| org.apache.solr.common.cloud | 
 Common Solr Cloud and ZooKeeper related classes reused on both clients & server. 
 | 
| Constructor and Description | 
|---|
ConnectionManager(String name,
                 SolrZkClient client,
                 String zkServerAddress,
                 ZkClientConnectionStrategy strat,
                 OnReconnect onConnect,
                 BeforeReconnect beforeReconnect,
                 ConnectionManager.IsClosed isClosed)  | 
SolrZkClient(String zkServerAddress,
            int zkClientTimeout,
            int clientConnectTimeout,
            ZkClientConnectionStrategy strat,
            OnReconnect onReconnect,
            BeforeReconnect beforeReconnect)  | 
SolrZkClient(String zkServerAddress,
            int zkClientTimeout,
            int clientConnectTimeout,
            ZkClientConnectionStrategy strat,
            OnReconnect onReconnect,
            BeforeReconnect beforeReconnect,
            ZkACLProvider zkACLProvider,
            ConnectionManager.IsClosed higherLevelIsClosed)  | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.