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()
Http2SolrClient
Http2ClusterStateProvider. getHttpClient()
Methods in org.apache.solr.client.solrj.impl that return types with arguments of type Http2SolrClient Modifier and Type Method Description HttpSolrClientBuilderBase<Http2SolrClient.Builder,Http2SolrClient>
Http2SolrClient.Builder. withSSLConfig(SSLConfig sslConfig)
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)
void
PreemptiveBasicAuthClientBuilderFactory. setup(Http2SolrClient client, String basicAuthUser, String basicAuthPass)
CloudHttp2SolrClient.Builder
CloudHttp2SolrClient.Builder. withHttpClient(Http2SolrClient httpClient)
Set the internal http client.Http2SolrClient.Builder
Http2SolrClient.Builder. withHttpClient(Http2SolrClient http2SolrClient)
Provide a seed Http2SolrClient for the builder values, values can still be overridden by using builder methodsMethod parameters in org.apache.solr.client.solrj.impl with type arguments of type Http2SolrClient Modifier and Type Method Description <R> R
Http2SolrClient. requestWithBaseUrl(String baseUrl, SolrClientFunction<Http2SolrClient,R> clientFunction)
Temporarily modifies the client to use a different base URL and runs the provided lambdaConstructors in org.apache.solr.client.solrj.impl with parameters of type Http2SolrClient Constructor Description Builder(String baseSolrUrl, Http2SolrClient client)
Create a Builder object, based on the provided SolrClient and Solr URL.Builder(String baseSolrUrl, Http2SolrClient client, boolean closeHttp2Client)
Create a Builder object, based on the provided SolrClient and Solr URL.Builder(Http2SolrClient http2Client, String... baseSolrUrls)
Deprecated.useBuilder(Http2SolrClient, Endpoint...)
insteadBuilder(Http2SolrClient http2Client, LBSolrClient.Endpoint... endpoints)
Create a Builder object, based on the provided solrClient and endpoint objects.Http2ClusterStateProvider(List<String> solrUrls, Http2SolrClient httpClient)
LBHttp2SolrClient(Http2SolrClient solrClient, String... baseSolrUrls)
Deprecated.UseLBHttp2SolrClient.Builder
instead
-