| Package | Description |
|---|---|
| org.apache.solr.cloud |
Base classes and utilities for creating and testing Solr Cloud clusters.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ZkTestServer |
AbstractZkTestCase.zkServer |
protected ZkTestServer |
AbstractDistribZkTestBase.zkServer |
| Modifier and Type | Method and Description |
|---|---|
ZkTestServer |
MiniSolrCloudCluster.getZkServer() |
| Constructor and Description |
|---|
ChaosMonkey(ZkTestServer zkServer,
org.apache.solr.common.cloud.ZkStateReader zkStateReader,
String collection,
Map<String,List<AbstractFullDistribZkTestBase.CloudJettyRunner>> shardToJetty,
Map<String,AbstractFullDistribZkTestBase.CloudJettyRunner> shardToLeaderJetty) |
MiniSolrCloudCluster(int numServers,
String hostContext,
File solrXml,
SortedMap<org.eclipse.jetty.servlet.ServletHolder,String> extraServlets,
SortedMap<Class,String> extraRequestFilters,
org.apache.solr.client.solrj.embedded.SSLConfig sslConfig,
ZkTestServer zkTestServer)
"Mini" SolrCloud cluster to be used for testing
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.