| Package | Description |
|---|---|
| de.hybris.platform.solrserver | |
| de.hybris.platform.solrserver.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SolrInstanceNotFoundException
Exception thrown when a Solr instance is not found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolrServerController.start(SolrInstance solrInstance)
Starts the Solr server for a given instance.
|
void |
SolrServerService.startServer(SolrInstance solrInstance)
Starts the Solr server for a given instance.
|
void |
SolrServerService.startServers()
Starts all Solr servers that are configured to be automatically started/stopped.
|
void |
SolrServerController.stop(SolrInstance solrInstance)
Stops the Solr server for a given instance.
|
void |
SolrServerService.stopServer(SolrInstance solrInstance)
Stops the Solr server for a given instance.
|
void |
SolrServerService.stopServers()
Stops all Solr servers that are configured to be automatically started/stopped.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSolrServerController.CommandResult |
AbstractSolrServerController.callSolrCommand(SolrInstance solrInstance,
String command,
boolean logOutput) |
protected AbstractSolrServerController.CommandResult |
AbstractSolrServerController.callZKClientCommand(SolrInstance solrInstance,
String command,
Map<String,String> parameters,
boolean logOutput) |
protected void |
AbstractSolrServerController.ensureToStartSolr(SolrInstance solrInstance) |
protected void |
AbstractSolrServerController.ensureToStopSolr(SolrInstance solrInstance) |
protected AbstractSolrServerController.ServerStatus |
AbstractSolrServerController.getSolrServerStatus(SolrInstance solrInstance) |
protected boolean |
AbstractSolrServerController.isCorrespondingServerForInstance(SolrInstance solrInstance,
AbstractSolrServerController.ServerStatus serverStatus) |
protected AbstractSolrServerController.ServerStatus |
AbstractSolrServerController.retryGetStatusUntilConditionIsTrue(SolrInstance solrInstance,
AbstractSolrServerController.ServerStatusFunction condition,
String retryMessage,
String errorMessage) |
void |
AbstractSolrServerController.start(SolrInstance solrInstance) |
void |
DefaultSolrServerService.startServer(SolrInstance solrInstance) |
void |
DefaultSolrServerService.startServers() |
void |
AbstractSolrServerController.stop(SolrInstance solrInstance) |
void |
DefaultSolrServerService.stopServer(SolrInstance solrInstance) |
void |
DefaultSolrServerService.stopServers() |
protected void |
DefaultSolrServerService.stopServers(List<SolrInstance> solrInstances) |
protected void |
AbstractSolrServerController.uploadConfigurationToZK(SolrInstance solrInstance) |
Copyright © 2017 SAP SE. All Rights Reserved.