Uses of Class
org.apache.solr.client.solrj.impl.CloudHttp2SolrClient.Builder
-
Packages that use CloudHttp2SolrClient.Builder Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of CloudHttp2SolrClient.Builder in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return CloudHttp2SolrClient.Builder Modifier and Type Method Description CloudHttp2SolrClient.BuilderCloudHttp2SolrClient.Builder. sendDirectUpdatesToAnyShardReplica()TellsCloudHttp2SolrClient.Builderthat created clients can send updates to any shard replica (shard leaders and non-leaders).CloudHttp2SolrClient.BuilderCloudHttp2SolrClient.Builder. sendDirectUpdatesToShardLeadersOnly()TellsCloudHttp2SolrClient.Builderthat created clients should send direct updates to shard leaders only.CloudHttp2SolrClient.BuilderCloudHttp2SolrClient.Builder. withHttpClient(Http2SolrClient httpClient)CloudHttp2SolrClient.BuilderCloudHttp2SolrClient.Builder. withParallelUpdates(boolean parallelUpdates)TellsCloudHttp2SolrClient.Builderwhether created clients should send shard updates serially or in parallel When anUpdateRequestaffects multiple shards,CloudHttp2SolrClientsplits it up and sends a request to each affected shard.Constructors in org.apache.solr.client.solrj.impl with parameters of type CloudHttp2SolrClient.Builder Constructor Description CloudHttp2SolrClient(CloudHttp2SolrClient.Builder builder)Create a new client object that connects to Zookeeper and is always aware of the SolrCloud state.
-