Package | Description |
---|---|
org.apache.solr.cloud |
Base classes and utilities for creating and testing Solr Cloud clusters.
|
org.apache.solr.core |
Factories for Mock classes that can be used in test configurations
|
Modifier and Type | Field and Description |
---|---|
protected ZkController |
LeaderInitiatedRecoveryThread.zkController |
Modifier and Type | Method and Description |
---|---|
ZkController |
ZkSolrResourceLoader.getZkController() |
Modifier and Type | Method and Description |
---|---|
boolean |
SyncStrategy.sync(ZkController zkController,
SolrCore core,
ZkNodeProps leaderProps) |
boolean |
SyncStrategy.sync(ZkController zkController,
SolrCore core,
ZkNodeProps leaderProps,
boolean peerSyncOnlyWithActive) |
Constructor and Description |
---|
CloudConfigSetService(SolrResourceLoader loader,
ZkController zkController) |
LeaderInitiatedRecoveryThread(ZkController zkController,
CoreContainer cc,
String collection,
String shardId,
ZkCoreNodeProps nodeProps,
int maxTries,
String leaderCoreNodeName) |
Overseer(ShardHandler shardHandler,
UpdateShardHandler updateShardHandler,
String adminPath,
ZkStateReader reader,
ZkController zkController,
ConfigSolr config) |
ZkSolrResourceLoader(String instanceDir,
String collection,
ClassLoader parent,
Properties coreProperties,
ZkController zooKeeperController)
This loader will first attempt to load resources from ZooKeeper, but if not found
will delegate to the context classloader when possible,
otherwise it will attempt to resolve resources using any jar files found in
the "lib/" directory in the specified instance directory.
|
ZkSolrResourceLoader(String instanceDir,
String collection,
ZkController zooKeeperController) |
Modifier and Type | Field and Description |
---|---|
protected ZkController |
ZkContainer.zkController |
Modifier and Type | Method and Description |
---|---|
ZkController |
CoreContainer.getZkController() |
ZkController |
ZkContainer.getZkController() |
Modifier and Type | Method and Description |
---|---|
ConfigSetService |
ConfigSolr.createCoreConfigService(SolrResourceLoader loader,
ZkController zkController) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.