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 SolrZooKeeperZkClientConnectionStrategy. createSolrZooKeeper(String serverAddress, int zkClientTimeout, org.apache.zookeeper.Watcher watcher)SolrZooKeeperSolrZkClient. getSolrZooKeeper()Methods in org.apache.solr.common.cloud with parameters of type SolrZooKeeper Modifier and Type Method Description voidZkClientConnectionStrategy.ZkUpdate. update(SolrZooKeeper zooKeeper)
-