| Package | Description | 
|---|---|
| org.apache.solr.common.cloud | Common Solr Cloud and ZooKeeper related classes reused on both clients & server. | 
| Modifier and Type | Method and Description | 
|---|---|
| SolrZkClient | ZkStateReader. getZkClient() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ZkCmdExecutor. ensureExists(String path,
            byte[] data,
            org.apache.zookeeper.CreateMode createMode,
            SolrZkClient zkClient) | 
| void | ZkCmdExecutor. ensureExists(String path,
            SolrZkClient zkClient) | 
| Constructor and Description | 
|---|
| ClusterProperties(SolrZkClient client)Creates a ClusterProperties object using a provided SolrZkClient | 
| ConnectionManager(String name,
                 SolrZkClient client,
                 String zkServerAddress,
                 ZkClientConnectionStrategy strat,
                 OnReconnect onConnect,
                 BeforeReconnect beforeReconnect) | 
| ZkConfigManager(SolrZkClient zkClient)Creates a new ZkConfigManager | 
| ZkStateReader(SolrZkClient zkClient) | 
| ZkStateReader(SolrZkClient zkClient,
             Runnable securityNodeListener) | 
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.