Uses of Class
org.apache.solr.client.solrj.impl.Http2SolrClient
-
Packages that use Http2SolrClient Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of Http2SolrClient in org.apache.solr.client.solrj.impl
Fields in org.apache.solr.client.solrj.impl declared as Http2SolrClient Modifier and Type Field Description protected Http2SolrClient
ConcurrentUpdateHttp2SolrClient.Builder. client
protected Http2SolrClient
CloudHttp2SolrClient.Builder. httpClient
Methods in org.apache.solr.client.solrj.impl that return Http2SolrClient Modifier and Type Method Description Http2SolrClient
Http2SolrClient.Builder. build()
Http2SolrClient
CloudHttp2SolrClient. getHttpClient()
Methods in org.apache.solr.client.solrj.impl with parameters of type Http2SolrClient Modifier and Type Method Description default void
HttpClientBuilderFactory. setup(Http2SolrClient client)
void
Krb5HttpClientBuilder. setup(Http2SolrClient http2Client)
void
PreemptiveBasicAuthClientBuilderFactory. setup(Http2SolrClient client)
CloudHttp2SolrClient.Builder
CloudHttp2SolrClient.Builder. withHttpClient(Http2SolrClient httpClient)
Http2SolrClient.Builder
Http2SolrClient.Builder. withHttpClient(Http2SolrClient httpClient)
ReusehttpClient
connections poolConstructors in org.apache.solr.client.solrj.impl with parameters of type Http2SolrClient Constructor Description Builder(String baseSolrUrl, Http2SolrClient client)
Builder(String baseSolrUrl, Http2SolrClient client, boolean closeHttp2Client)
Http2ClusterStateProvider(List<String> solrUrls, Http2SolrClient httpClient)
LBHttp2SolrClient(Http2SolrClient httpClient, String... baseSolrUrls)
-