public class DefaultSolrServerCommandExecutor extends java.lang.Object implements SolrServerCommandExecutor
SolrServerCommandExecutor.| Constructor and Description |
|---|
DefaultSolrServerCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
buildExternalCommandClassName(java.lang.String command) |
void |
executeCommand(java.lang.String command,
java.util.Map<java.lang.String,java.lang.String> configuration)
Executes a command.
|
protected void |
executeExternalCommand(java.lang.String command,
java.util.Map<java.lang.String,java.lang.String> configuration) |
java.util.Map<java.lang.String,SolrServerCommand> |
getInternalCommands() |
void |
setInternalCommands(java.util.Map<java.lang.String,SolrServerCommand> internalCommands) |
public java.util.Map<java.lang.String,SolrServerCommand> getInternalCommands()
public void setInternalCommands(java.util.Map<java.lang.String,SolrServerCommand> internalCommands)
public void executeCommand(java.lang.String command,
java.util.Map<java.lang.String,java.lang.String> configuration)
throws SolrServerException
SolrServerCommandExecutorexecuteCommand in interface SolrServerCommandExecutorcommand - - the commandconfiguration - - the configurationSolrServerException - if an error occurs during shutdownprotected void executeExternalCommand(java.lang.String command,
java.util.Map<java.lang.String,java.lang.String> configuration)
throws SolrServerException
SolrServerExceptionprotected java.lang.String buildExternalCommandClassName(java.lang.String command)
Copyright © 2018 SAP SE. All Rights Reserved.