Package org.apache.solr.util
Class SolrCLI.AutoscalingTool
- java.lang.Object
-
- org.apache.solr.util.SolrCLI.ToolBase
-
- org.apache.solr.util.SolrCLI.SolrCloudTool
-
- org.apache.solr.util.SolrCLI.AutoscalingTool
-
- All Implemented Interfaces:
SolrCLI.Tool
- Enclosing class:
- SolrCLI
public static class SolrCLI.AutoscalingTool extends SolrCLI.SolrCloudTool
-
-
Field Summary
-
Fields inherited from class org.apache.solr.util.SolrCLI.ToolBase
stdout
-
-
Constructor Summary
Constructors Constructor Description AutoscalingTool()AutoscalingTool(PrintStream stdout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()org.apache.commons.cli.Option[]getOptions()protected voidrunCloudTool(CloudSolrClient cloudSolrClient, org.apache.commons.cli.CommandLine cli)Runs a SolrCloud tool with CloudSolrClient initialized-
Methods inherited from class org.apache.solr.util.SolrCLI.SolrCloudTool
runImpl
-
Methods inherited from class org.apache.solr.util.SolrCLI.ToolBase
echo, echoIfVerbose, runTool
-
-
-
-
Constructor Detail
-
AutoscalingTool
public AutoscalingTool()
-
AutoscalingTool
public AutoscalingTool(PrintStream stdout)
-
-
Method Detail
-
getOptions
public org.apache.commons.cli.Option[] getOptions()
- Specified by:
getOptionsin interfaceSolrCLI.Tool- Overrides:
getOptionsin classSolrCLI.SolrCloudTool
-
getName
public String getName()
-
runCloudTool
protected void runCloudTool(CloudSolrClient cloudSolrClient, org.apache.commons.cli.CommandLine cli) throws Exception
Description copied from class:SolrCLI.SolrCloudToolRuns a SolrCloud tool with CloudSolrClient initialized- Specified by:
runCloudToolin classSolrCLI.SolrCloudTool- Throws:
Exception
-
-