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.Builder
that 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, getThis, sendDirectUpdatesToAnyShardReplica, sendDirectUpdatesToShardLeadersOnly, sendUpdatesOnlyToShardLeaders, sendUpdatesToAllReplicasInShard, sendUpdatesToAnyReplica, withCollectionCacheTtl, withDefaultCollection, withLBHttpSolrClient, withLBHttpSolrClientBuilder, withParallelUpdates
-
-
-
-
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.
-
-