Uses of Interface
org.apache.solr.common.cloud.ConnectionManager.IsClosed
-
Packages that use ConnectionManager.IsClosed Package Description org.apache.solr.common.cloud -
-
Uses of ConnectionManager.IsClosed in org.apache.solr.common.cloud
Constructors in org.apache.solr.common.cloud with parameters of type ConnectionManager.IsClosed 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, BeforeReconnect beforeReconnect, ZkACLProvider zkACLProvider, ConnectionManager.IsClosed higherLevelIsClosed)
ZkCmdExecutor(int timeoutms, ConnectionManager.IsClosed isClosed)
TODO: At this point, this should probably take a SolrZkClient in its constructor.
-