Class Http2ClusterStateProvider
- java.lang.Object
- 
- org.apache.solr.client.solrj.impl.BaseHttpClusterStateProvider
- 
- org.apache.solr.client.solrj.impl.Http2ClusterStateProvider
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- ClusterStateProvider,- SolrCloseable
 
 public class Http2ClusterStateProvider extends BaseHttpClusterStateProvider 
- 
- 
Constructor SummaryConstructors Constructor Description Http2ClusterStateProvider(List<String> solrUrls, Http2SolrClient httpClient)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected SolrClientgetSolrClient(String baseUrl)- 
Methods inherited from class org.apache.solr.client.solrj.impl.BaseHttpClusterStateProviderconnect, getAliasProperties, getCacheTimeout, getClusterProperties, getClusterProperty, getClusterState, getLiveNodes, getPolicyNameByCollection, getQuorumHosts, getState, init, resolveAlias, resolveAlias, resolveSimpleAlias, setCacheTimeout
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.solr.client.solrj.impl.ClusterStateProvidergetClusterProperty, getCollection, isRoutedAlias
 - 
Methods inherited from interface org.apache.solr.common.SolrCloseableisClosed
 
- 
 
- 
- 
- 
Constructor Detail- 
Http2ClusterStateProviderpublic Http2ClusterStateProvider(List<String> solrUrls, Http2SolrClient httpClient) throws Exception - Throws:
- Exception
 
 
- 
 - 
Method Detail- 
closepublic void close() throws IOException- Throws:
- IOException
 
 - 
getSolrClientprotected SolrClient getSolrClient(String baseUrl) - Specified by:
- getSolrClientin class- BaseHttpClusterStateProvider
 
 
- 
 
-