Uses of Class
org.apache.solr.cloud.MiniSolrCloudCluster
-
Packages that use MiniSolrCloudCluster Package Description org.apache.solr Common base classes for implementing tests.org.apache.solr.cloud Base classes and utilities for creating and testing Solr Cloud clusters.org.apache.solr.handler.component Class for tracking shard requests -
-
Uses of MiniSolrCloudCluster in org.apache.solr
Constructors in org.apache.solr with parameters of type MiniSolrCloudCluster Constructor Description RandomizingCloudHttp2SolrClientBuilder(MiniSolrCloudCluster cluster)
RandomizingCloudSolrClientBuilder(MiniSolrCloudCluster cluster)
Deprecated. -
Uses of MiniSolrCloudCluster in org.apache.solr.cloud
Fields in org.apache.solr.cloud declared as MiniSolrCloudCluster Modifier and Type Field Description protected static MiniSolrCloudCluster
SolrCloudTestCase. cluster
The clusterFields in org.apache.solr.cloud with type parameters of type MiniSolrCloudCluster Modifier and Type Field Description protected static Map<String,MiniSolrCloudCluster>
MultiSolrCloudTestCase. clusterId2cluster
Methods in org.apache.solr.cloud that return MiniSolrCloudCluster Modifier and Type Method Description MiniSolrCloudCluster
MultiSolrCloudTestCase.DefaultClusterCreateFunction. apply(String clusterId)
MiniSolrCloudCluster
MiniSolrCloudCluster.Builder. build()
Configure, run and return theMiniSolrCloudCluster
MiniSolrCloudCluster
MiniSolrCloudCluster.Builder. configure()
Configure and run theMiniSolrCloudCluster
Methods in org.apache.solr.cloud with parameters of type MiniSolrCloudCluster Modifier and Type Method Description protected void
SolrCloudAuthTestCase. assertAuditMetricsMinimums(MiniSolrCloudCluster cluster, String className, int count, int errors)
Common test method to be able to check audit metricsprotected void
MultiSolrCloudTestCase.DefaultClusterInitFunction. doAccept(String collection, MiniSolrCloudCluster cluster)
Method parameters in org.apache.solr.cloud with type arguments of type MiniSolrCloudCluster Modifier and Type Method Description protected static void
MultiSolrCloudTestCase. doSetupClusters(String[] clusterIds, Function<String,MiniSolrCloudCluster> createFunc, BiConsumer<String,MiniSolrCloudCluster> initFunc)
protected static void
MultiSolrCloudTestCase. doSetupClusters(String[] clusterIds, Function<String,MiniSolrCloudCluster> createFunc, BiConsumer<String,MiniSolrCloudCluster> initFunc)
-
Uses of MiniSolrCloudCluster in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type MiniSolrCloudCluster Modifier and Type Method Description static void
TrackingShardHandlerFactory. setTrackingQueue(MiniSolrCloudCluster cluster, Queue<TrackingShardHandlerFactory.ShardRequestAndParams> queue)
Sets the tracking queue for all nodes participating in this cluster.
-