| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.impl | 
 Concrete implementations of client API classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConcurrentUpdateHttp2SolrClient.Builder | 
ConcurrentUpdateHttp2SolrClient.Builder.alwaysStreamDeletes()
Configures created clients to always stream delete requests. 
 | 
ConcurrentUpdateHttp2SolrClient.Builder | 
ConcurrentUpdateHttp2SolrClient.Builder.neverStreamDeletes()
Configures created clients to not stream delete requests. 
 | 
ConcurrentUpdateHttp2SolrClient.Builder | 
ConcurrentUpdateHttp2SolrClient.Builder.withExecutorService(ExecutorService executorService)
Provides the  
ExecutorService for the created client to use when servicing the update-request queue. | 
ConcurrentUpdateHttp2SolrClient.Builder | 
ConcurrentUpdateHttp2SolrClient.Builder.withQueueSize(int queueSize)
The maximum number of requests buffered by the SolrClient's internal queue before being processed by background threads. 
 | 
ConcurrentUpdateHttp2SolrClient.Builder | 
ConcurrentUpdateHttp2SolrClient.Builder.withThreadCount(int threadCount)
The maximum number of threads used to empty  
ConcurrentUpdateHttp2SolrClients queue. | 
| Constructor and Description | 
|---|
ConcurrentUpdateHttp2SolrClient(ConcurrentUpdateHttp2SolrClient.Builder builder)  | 
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.