Package org.apache.solr
Class SolrTestCaseJ4.RandomizingCloudSolrClientBuilder
- java.lang.Object
 - 
- org.apache.solr.client.solrj.impl.SolrClientBuilder<org.apache.solr.client.solrj.impl.CloudLegacySolrClient.Builder>
 - 
- org.apache.solr.client.solrj.impl.CloudLegacySolrClient.Builder
 - 
- org.apache.solr.SolrTestCaseJ4.RandomizingCloudSolrClientBuilder
 
 
 
 
- 
- Enclosing class:
 - SolrTestCaseJ4
 
@Deprecated public static class SolrTestCaseJ4.RandomizingCloudSolrClientBuilder extends org.apache.solr.client.solrj.impl.CloudLegacySolrClient.Builder
Deprecated.A variant ofCloudLegacySolrClient.Builderthat will randomize some internal settings. 
- 
- 
Constructor Summary
Constructors Constructor Description RandomizingCloudSolrClientBuilder(List<String> zkHosts, Optional<String> zkChroot)Deprecated.RandomizingCloudSolrClientBuilder(org.apache.solr.client.solrj.impl.ClusterStateProvider stateProvider)Deprecated.RandomizingCloudSolrClientBuilder(MiniSolrCloudCluster cluster)Deprecated. 
- 
Method Summary
- 
Methods inherited from class org.apache.solr.client.solrj.impl.CloudLegacySolrClient.Builder
build, canUseZkACLs, getThis, sendDirectUpdatesToAnyShardReplica, sendDirectUpdatesToShardLeadersOnly, sendUpdatesOnlyToShardLeaders, sendUpdatesToAllReplicasInShard, sendUpdatesToAnyReplica, withCollectionCacheTtl, withLBHttpSolrClient, withLBHttpSolrClientBuilder, withParallelUpdates, withZkClientTimeout, withZkConnectTimeout 
- 
Methods inherited from class org.apache.solr.client.solrj.impl.SolrClientBuilder
allowMultiPartPost, getConnectionTimeoutMillis, getSocketTimeoutMillis, withConnectionTimeout, withConnectionTimeout, withDefaultCollection, withFollowRedirects, withHttpClient, withRequestWriter, withResponseParser, withSocketTimeout, withSocketTimeout, withTheseParamNamesInTheUrl 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RandomizingCloudSolrClientBuilder
public RandomizingCloudSolrClientBuilder(List<String> zkHosts, Optional<String> zkChroot)
Deprecated. 
- 
RandomizingCloudSolrClientBuilder
public RandomizingCloudSolrClientBuilder(org.apache.solr.client.solrj.impl.ClusterStateProvider stateProvider)
Deprecated. 
- 
RandomizingCloudSolrClientBuilder
public RandomizingCloudSolrClientBuilder(MiniSolrCloudCluster cluster)
Deprecated. 
 - 
 
 -