Package | Description |
---|---|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
org.apache.solr.cloud.api.collections |
Package related to internal implementations of the SolrCloud collections api
|
org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCore s |
org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler |
org.apache.solr.handler.admin |
SolrRequestHandler implementations for powering he Solr Admin UI |
org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
Modifier and Type | Method and Description |
---|---|
ZkController |
ZkSolrResourceLoader.getZkController() |
Modifier and Type | Method and Description |
---|---|
PeerSync.PeerSyncResult |
SyncStrategy.sync(ZkController zkController,
SolrCore core,
ZkNodeProps leaderProps) |
PeerSync.PeerSyncResult |
SyncStrategy.sync(ZkController zkController,
SolrCore core,
ZkNodeProps leaderProps,
boolean peerSyncOnlyWithActive) |
Constructor and Description |
---|
CloudConfigSetService(SolrResourceLoader loader,
ZkController zkController) |
Overseer(HttpShardHandler shardHandler,
UpdateShardHandler updateShardHandler,
String adminPath,
ZkStateReader reader,
ZkController zkController,
CloudConfig config) |
ZkSolrResourceLoader(Path instanceDir,
String configSet,
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(Path instanceDir,
String configSet,
ZkController zooKeeperController) |
Modifier and Type | Method and Description |
---|---|
boolean |
RoutedAlias.updateParsedCollectionAliases(ZkController zkController)
Ensure our parsed version of the alias collection list is up to date.
|
boolean |
TimeRoutedAlias.updateParsedCollectionAliases(ZkController zkController) |
boolean |
CategoryRoutedAlias.updateParsedCollectionAliases(ZkController zkController) |
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 |
---|---|
static ConfigSetService |
ConfigSetService.createConfigSetService(NodeConfig nodeConfig,
SolrResourceLoader loader,
ZkController zkController) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
SolrConfigHandler.getActiveReplicaCoreUrls(ZkController zkController,
String collection) |
Modifier and Type | Method and Description |
---|---|
static Pair<Future<NamedList<Object>>,SolrClient> |
AdminHandlersProxy.callRemoteNode(String nodeName,
String endpoint,
SolrParams params,
ZkController zkController)
Makes a remote request and returns a future and the solr client.
|
Modifier and Type | Method and Description |
---|---|
protected static List<String> |
ManagedIndexSchema.getActiveReplicaCoreUrls(ZkController zkController,
String collection,
String localCoreNodeName) |
static void |
ManagedIndexSchema.waitForSchemaZkVersionAgreement(String collection,
String localCoreNodeName,
int schemaZkVersion,
ZkController zkController,
int maxWaitSecs)
Block up to a specified maximum time until we see agreement on the schema
version in ZooKeeper across all replicas for a collection.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.