Uses of Class
org.apache.solr.common.cloud.ZkClientConnectionStrategy
-
Packages that use ZkClientConnectionStrategy Package Description org.apache.solr.common.cloud -
-
Uses of ZkClientConnectionStrategy in org.apache.solr.common.cloud
Subclasses of ZkClientConnectionStrategy in org.apache.solr.common.cloud Modifier and Type Class Description class
DefaultConnectionStrategy
TODO: improve backoff retry implMethods in org.apache.solr.common.cloud that return ZkClientConnectionStrategy Modifier and Type Method Description static ZkClientConnectionStrategy
ZkClientConnectionStrategy. forName(String name, ZkClientConnectionStrategy def)
Instantiate a new connection strategy for the given class nameZkClientConnectionStrategy
SolrZkClient. getZkClientConnectionStrategy()
Methods in org.apache.solr.common.cloud with parameters of type ZkClientConnectionStrategy Modifier and Type Method Description static ZkClientConnectionStrategy
ZkClientConnectionStrategy. forName(String name, ZkClientConnectionStrategy def)
Instantiate a new connection strategy for the given class nameConstructors in org.apache.solr.common.cloud with parameters of type ZkClientConnectionStrategy Constructor Description ConnectionManager(String name, SolrZkClient client, String zkServerAddress, ZkClientConnectionStrategy strat, OnReconnect onConnect, BeforeReconnect beforeReconnect, ConnectionManager.IsClosed isClosed)
SolrZkClient(String zkServerAddress, int zkClientTimeout, int clientConnectTimeout, ZkClientConnectionStrategy strat, OnReconnect onReconnect)
SolrZkClient(String zkServerAddress, int zkClientTimeout, int clientConnectTimeout, ZkClientConnectionStrategy strat, OnReconnect onReconnect, BeforeReconnect beforeReconnect, ZkACLProvider zkACLProvider, ConnectionManager.IsClosed higherLevelIsClosed)
SolrZkClient(String zkServerAddress, int zkClientTimeout, ZkClientConnectionStrategy strat, OnReconnect onReconnect)
-