Uses of Class
org.apache.solr.common.cloud.ZkClientConnectionStrategy.ZkUpdate

Packages that use ZkClientConnectionStrategy.ZkUpdate
org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. 
 

Uses of ZkClientConnectionStrategy.ZkUpdate in org.apache.solr.common.cloud
 

Methods in org.apache.solr.common.cloud with parameters of type ZkClientConnectionStrategy.ZkUpdate
 void DefaultConnectionStrategy.connect(String serverAddress, int timeout, org.apache.zookeeper.Watcher watcher, ZkClientConnectionStrategy.ZkUpdate updater)
           
abstract  void ZkClientConnectionStrategy.connect(String zkServerAddress, int zkClientTimeout, org.apache.zookeeper.Watcher watcher, ZkClientConnectionStrategy.ZkUpdate updater)
           
 void DefaultConnectionStrategy.reconnect(String serverAddress, int zkClientTimeout, org.apache.zookeeper.Watcher watcher, ZkClientConnectionStrategy.ZkUpdate updater)
           
abstract  void ZkClientConnectionStrategy.reconnect(String serverAddress, int zkClientTimeout, org.apache.zookeeper.Watcher watcher, ZkClientConnectionStrategy.ZkUpdate updater)
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.