| Package | Description |
|---|---|
| de.hybris.platform.solrserver | |
| de.hybris.platform.solrserver.impl | |
| de.hybris.platform.solrserver.strategies | |
| de.hybris.platform.solrserver.strategies.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SolrInstanceNotFoundException
Deprecated.
Since 18.08, no longer used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolrServerService.createInstance(SolrInstance solrInstance)
Deprecated.
Creates a Solr instance.
|
void |
SolrServerService.deleteInstance(SolrInstance solrInstance)
Deprecated.
Deletes a Solr instance.
|
void |
SolrServerService.destroy()
Deprecated.
Performs the shutdown of this service.
|
void |
SolrServerService.init()
Deprecated.
Performs the initialization of this service.
|
void |
SolrServerController.start(SolrInstance solrInstance)
Deprecated.
Starts the Solr server for a given instance.
|
void |
SolrServerService.startServer(SolrInstance solrInstance)
Deprecated.
Starts the Solr server for a given instance.
|
void |
SolrServerService.startServers()
Deprecated.
Starts all Solr servers that are configured to be automatically started/stopped.
|
void |
SolrServerController.stop(SolrInstance solrInstance)
Deprecated.
Stops the Solr server for a given instance.
|
void |
SolrServerService.stopServer(SolrInstance solrInstance)
Deprecated.
Stops the Solr server for a given instance.
|
void |
SolrServerService.stopServers()
Deprecated.
Stops all Solr servers that are configured to be automatically started/stopped.
|
void |
SolrServerService.uploadConfig(SolrInstance solrInstance)
Deprecated.
Uploads the Solr server configuration.
|
void |
SolrServerController.uploadSolrConfig(SolrInstance solrInstance)
Deprecated.
Uploads the Solr server configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSolrServerController.CommandResult |
AbstractSolrServerController.callCommand(SolrInstance solrInstance,
java.lang.String command,
AbstractSolrServerController.CommandBuilder commandBuilder,
AbstractSolrServerController.CommandParamsBuilder commandParamsBuilder)
Deprecated.
|
protected AbstractSolrServerController.CommandResult |
AbstractSolrServerController.callSolrCommand(SolrInstance solrInstance,
java.lang.String command,
AbstractSolrServerController.CommandParamsBuilder commandParamsBuilder)
Deprecated.
|
protected AbstractSolrServerController.CommandResult |
AbstractSolrServerController.callZKCommand(SolrInstance solrInstance,
java.lang.String command,
AbstractSolrServerController.CommandParamsBuilder commandParamsBuilder)
Deprecated.
|
void |
DefaultSolrServerService.createInstance(SolrInstance solrInstance)
Deprecated.
|
void |
DefaultSolrServerService.deleteInstance(SolrInstance solrInstance)
Deprecated.
|
void |
DefaultSolrServerService.destroy()
Deprecated.
|
protected void |
AbstractSolrServerController.ensureToStartSolr(SolrInstance solrInstance)
Deprecated.
|
protected void |
AbstractSolrServerController.ensureToStopSolr(SolrInstance solrInstance)
Deprecated.
|
protected AbstractSolrServerController.ServerStatus |
AbstractSolrServerController.getSolrServerStatus(SolrInstance solrInstance)
Deprecated.
|
void |
DefaultSolrServerService.init()
Deprecated.
|
protected boolean |
AbstractSolrServerController.isCorrespondingServerForInstance(SolrInstance solrInstance,
AbstractSolrServerController.ServerStatus serverStatus)
Deprecated.
|
protected AbstractSolrServerController.ServerStatus |
AbstractSolrServerController.retryGetStatusUntilConditionIsTrue(SolrInstance solrInstance,
AbstractSolrServerController.ServerStatusFunction condition,
java.lang.String retryMessage,
java.lang.String errorMessage)
Deprecated.
|
protected void |
AbstractSolrServerController.setSolrCloudConfigProperties(SolrInstance solrInstance,
java.lang.String zkHost)
Deprecated.
|
void |
AbstractSolrServerController.start(SolrInstance solrInstance)
Deprecated.
|
void |
DefaultSolrServerService.startServer(SolrInstance solrInstance)
Deprecated.
|
void |
DefaultSolrServerService.startServers()
Deprecated.
|
void |
AbstractSolrServerController.stop(SolrInstance solrInstance)
Deprecated.
|
void |
DefaultSolrServerService.stopServer(SolrInstance solrInstance)
Deprecated.
|
void |
DefaultSolrServerService.stopServers()
Deprecated.
|
protected void |
DefaultSolrServerService.stopServers(java.util.List<SolrInstance> solrInstances)
Deprecated.
|
void |
DefaultSolrServerService.uploadConfig(SolrInstance solrInstance)
Deprecated.
|
protected void |
AbstractSolrServerController.uploadSolrCloudConfigFiles(SolrInstance solrInstance,
java.lang.String zkHost)
Deprecated.
|
protected void |
AbstractSolrServerController.uploadSolrCloudConfigSets(SolrInstance solrInstance,
java.lang.String zkHost)
Deprecated.
|
void |
AbstractSolrServerController.uploadSolrConfig(SolrInstance solrInstance)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolrServerCommand.execute(java.util.Map<java.lang.String,java.lang.String> configuration)
The command execution logic.
|
void |
SolrServerCommandExecutor.executeCommand(java.lang.String command,
java.util.Map<java.lang.String,java.lang.String> configuration)
Executes a command.
|
void |
SolrServerController.startServers()
Starts the Solr servers.
|
void |
SolrServerController.stopServers()
Stops the Solr servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSolrServerCommandExecutor.executeCommand(java.lang.String command,
java.util.Map<java.lang.String,java.lang.String> configuration) |
protected void |
DefaultSolrServerCommandExecutor.executeExternalCommand(java.lang.String command,
java.util.Map<java.lang.String,java.lang.String> configuration) |
void |
DefaultSolrServerController.startServers() |
void |
DefaultSolrServerController.stopServers() |
Copyright © 2018 SAP SE. All Rights Reserved.