Interface SolrServerCommandExecutor
-
- All Known Implementing Classes:
DefaultSolrServerCommandExecutor
public interface SolrServerCommandExecutorStrategy for executing the Solr server commands.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteCommand(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> configuration)Executes a command.
-
-
-
Method Detail
-
executeCommand
void executeCommand(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> configuration) throws SolrServerExceptionExecutes a command.- Parameters:
command- - the commandconfiguration- - the configuration- Throws:
SolrServerException- if an error occurs during shutdown
-
-