Uses of Interface
org.apache.solr.common.cloud.OnReconnect

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

Uses of OnReconnect in org.apache.solr.common.cloud
 

Constructors in org.apache.solr.common.cloud with parameters of type OnReconnect
ConnectionManager(String name, SolrZkClient client, String zkServerAddress, ZkClientConnectionStrategy strat, OnReconnect onConnect, BeforeReconnect beforeReconnect)
           
SolrZkClient(String zkServerAddress, int zkClientTimeout, int zkClientConnectTimeout, OnReconnect onReonnect)
           
SolrZkClient(String zkServerAddress, int zkClientTimeout, int clientConnectTimeout, ZkClientConnectionStrategy strat, OnReconnect onReconnect)
           
SolrZkClient(String zkServerAddress, int zkClientTimeout, int clientConnectTimeout, ZkClientConnectionStrategy strat, OnReconnect onReconnect, BeforeReconnect beforeReconnect)
           
SolrZkClient(String zkServerAddress, int zkClientTimeout, ZkClientConnectionStrategy strat, OnReconnect onReconnect)
           
 



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