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,
Path baseDir,
String solrXml,
org.apache.solr.client.solrj.embedded.JettyConfig jettyConfig,
ZkTestServer zkTestServer)
Create a MiniSolrCloudCluster
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.