Uses of Class
org.apache.solr.common.cloud.SolrZooKeeper
-
Packages that use SolrZooKeeper Package Description org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of SolrZooKeeper in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud that return SolrZooKeeper Modifier and Type Method Description protected SolrZooKeeper
ZkClientConnectionStrategy. createSolrZooKeeper(String serverAddress, int zkClientTimeout, org.apache.zookeeper.Watcher watcher)
SolrZooKeeper
SolrZkClient. getSolrZooKeeper()
Methods in org.apache.solr.common.cloud with parameters of type SolrZooKeeper Modifier and Type Method Description void
ZkClientConnectionStrategy.ZkUpdate. update(SolrZooKeeper zooKeeper)
-