Uses of Interface
org.apache.solr.common.cloud.ZkClientConnectionStrategy.ZkUpdate
-
Packages that use ZkClientConnectionStrategy.ZkUpdate Package Description org.apache.solr.common.cloud -
-
Uses of ZkClientConnectionStrategy.ZkUpdate in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud with parameters of type ZkClientConnectionStrategy.ZkUpdate Modifier and Type Method Description 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)
-