Package org.apache.solr
Class SolrTestCaseJ4.RandomizingCloudSolrClientBuilder
java.lang.Object
org.apache.solr.client.solrj.apache.SolrClientBuilder<CloudLegacySolrClient.Builder>
org.apache.solr.client.solrj.apache.CloudLegacySolrClient.Builder
org.apache.solr.SolrTestCaseJ4.RandomizingCloudSolrClientBuilder
- Enclosing class:
SolrTestCaseJ4
@Deprecated
public static class SolrTestCaseJ4.RandomizingCloudSolrClientBuilder
extends CloudLegacySolrClient.Builder
Deprecated.
A variant of
CloudSolrClient.Builder that will randomize some internal settings.-
Field Summary
Fields inherited from class org.apache.solr.client.solrj.apache.CloudLegacySolrClient.Builder
directUpdatesToLeadersOnly, lbClientBuilder, loadBalancedSolrClient, parallelUpdates, retryExpiryTimeNano, shardLeadersOnly, solrUrls, stateProvider, zkChroot, zkHostsFields inherited from class org.apache.solr.client.solrj.apache.SolrClientBuilder
connectionTimeoutMillis, defaultCollection, followRedirects, httpClient, requestWriter, responseParser, socketTimeoutMillis, timeToLiveSeconds, urlParamNames, useMultiPartPost -
Constructor Summary
ConstructorsConstructorDescriptionRandomizingCloudSolrClientBuilder(List<String> zkHosts, Optional<String> zkChroot) Deprecated.RandomizingCloudSolrClientBuilder(org.apache.solr.client.solrj.impl.ClusterStateProvider stateProvider) Deprecated.Deprecated. -
Method Summary
Methods inherited from class org.apache.solr.client.solrj.apache.CloudLegacySolrClient.Builder
build, canUseZkACLs, getThis, sendDirectUpdatesToAnyShardReplica, sendDirectUpdatesToShardLeadersOnly, sendUpdatesOnlyToShardLeaders, sendUpdatesToAllReplicasInShard, sendUpdatesToAnyReplica, withCollectionCacheTtl, withLBHttpSolrClient, withLBHttpSolrClientBuilder, withParallelUpdates, withZkClientTimeout, withZkConnectTimeoutMethods inherited from class org.apache.solr.client.solrj.apache.SolrClientBuilder
allowMultiPartPost, getConnectionTimeoutMillis, getSocketTimeoutMillis, withConnectionTimeout, withConnectionTimeout, withDefaultCollection, withFollowRedirects, withHttpClient, withRequestWriter, withResponseParser, withSocketTimeout, withSocketTimeout, withTheseParamNamesInTheUrl
-
Constructor Details
-
RandomizingCloudSolrClientBuilder
Deprecated. -
RandomizingCloudSolrClientBuilder
public RandomizingCloudSolrClientBuilder(org.apache.solr.client.solrj.impl.ClusterStateProvider stateProvider) Deprecated. -
RandomizingCloudSolrClientBuilder
Deprecated.
-