Class SolrTestCaseJ4.RandomizingCloudSolrClientBuilder

  • Enclosing class:
    SolrTestCaseJ4

    @Deprecated
    public static class SolrTestCaseJ4.RandomizingCloudSolrClientBuilder
    extends org.apache.solr.client.solrj.impl.CloudLegacySolrClient.Builder
    Deprecated.
    A variant of CloudLegacySolrClient.Builder that will randomize some internal settings.
    • Field Summary

      • Fields inherited from class org.apache.solr.client.solrj.impl.CloudLegacySolrClient.Builder

        directUpdatesToLeadersOnly, lbClientBuilder, loadBalancedSolrClient, parallelUpdates, retryExpiryTimeNano, shardLeadersOnly, solrUrls, stateProvider, zkChroot, zkHosts
      • Fields inherited from class org.apache.solr.client.solrj.impl.SolrClientBuilder

        connectionTimeoutMillis, defaultCollection, followRedirects, httpClient, requestWriter, responseParser, socketTimeoutMillis, timeToLiveSeconds, urlParamNames, useMultiPartPost
    • 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.