| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.impl | Concrete implementations of client API classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| CloudHttp2SolrClient.Builder | CloudHttp2SolrClient.Builder. sendDirectUpdatesToAnyShardReplica()Tells  CloudHttp2SolrClient.Builderthat created clients can send updates to any shard replica (shard leaders and non-leaders). | 
| CloudHttp2SolrClient.Builder | CloudHttp2SolrClient.Builder. sendDirectUpdatesToShardLeadersOnly()Tells  CloudHttp2SolrClient.Builderthat created clients should send direct updates to shard leaders only. | 
| CloudHttp2SolrClient.Builder | CloudHttp2SolrClient.Builder. withHttpClient(Http2SolrClient httpClient) | 
| CloudHttp2SolrClient.Builder | CloudHttp2SolrClient.Builder. withParallelUpdates(boolean parallelUpdates)Tells  CloudHttp2SolrClient.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. | 
| Constructor and Description | 
|---|
| CloudHttp2SolrClient(CloudHttp2SolrClient.Builder builder)Create a new client object that connects to Zookeeper and is always aware
 of the SolrCloud state. | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.