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
Fields in org.apache.solr.common.cloud declared as ConnectionManager.IsClosed Modifier and Type Field Description ConnectionManager.IsClosed
SolrZkClient.Builder. higherLevelIsClosed
Methods in org.apache.solr.common.cloud with parameters of type ConnectionManager.IsClosed Modifier and Type Method Description SolrZkClient.Builder
SolrZkClient.Builder. withClosedCheck(ConnectionManager.IsClosed higherLevelIsClosed)
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)
ZkCmdExecutor(int timeoutms, ConnectionManager.IsClosed isClosed)
TODO: At this point, this should probably take a SolrZkClient in its constructor.
-