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 String
getName()
org.apache.commons.cli.Option[]
getOptions()
protected void
runCloudTool(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:
getOptions
in interfaceSolrCLI.Tool
- Overrides:
getOptions
in 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.SolrCloudTool
Runs a SolrCloud tool with CloudSolrClient initialized- Specified by:
runCloudTool
in classSolrCLI.SolrCloudTool
- Throws:
Exception
-
-