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
|
Modifier and Type | Method and Description |
---|---|
static org.apache.solr.client.solrj.impl.CloudHttp2SolrClient |
SolrTestCaseJ4.getCloudHttp2SolrClient(MiniSolrCloudCluster cluster)
This method may randomize unspecified aspects of the resulting SolrClient.
|
static org.apache.solr.client.solrj.impl.CloudSolrClient |
SolrTestCaseJ4.getCloudSolrClient(MiniSolrCloudCluster cluster)
This method may randomize unspecified aspects of the resulting SolrClient.
|
Constructor and Description |
---|
CloudHttp2SolrClientBuilder(MiniSolrCloudCluster cluster) |
CloudSolrClientBuilder(MiniSolrCloudCluster cluster) |
Modifier and Type | Field and Description |
---|---|
protected static MiniSolrCloudCluster |
SolrCloudTestCase.cluster
The cluster
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,MiniSolrCloudCluster> |
MultiSolrCloudTestCase.clusterId2cluster |
Modifier and Type | Method and Description |
---|---|
MiniSolrCloudCluster |
MultiSolrCloudTestCase.DefaultClusterCreateFunction.apply(String clusterId) |
MiniSolrCloudCluster |
SolrCloudTestCase.Builder.build()
Configure, run and return the
MiniSolrCloudCluster |
Modifier and Type | Method and Description |
---|---|
protected void |
SolrCloudAuthTestCase.assertAuditMetricsMinimums(MiniSolrCloudCluster cluster,
String className,
int count,
int errors)
Common test method to be able to check audit metrics
|
protected void |
MultiSolrCloudTestCase.DefaultClusterInitFunction.doAccept(String collection,
MiniSolrCloudCluster cluster) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static void |
TrackingShardHandlerFactory.setTrackingQueue(MiniSolrCloudCluster cluster,
Queue<TrackingShardHandlerFactory.ShardRequestAndParams> queue)
Sets the tracking queue for all nodes participating in this cluster.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.