Package org.apache.solr.cli
Class ClusterTool
java.lang.Object
org.apache.solr.cli.ToolBase
org.apache.solr.cli.ClusterTool
- All Implemented Interfaces:
Tool
Supports cluster command in the bin/solr script.
Set cluster properties by directly manipulating ZooKeeper.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.solr.cli.ToolBase
echo, echoIfVerbose, getConnectionOptions, getRuntime, isVerbose, runTool
-
Constructor Details
-
ClusterTool
-
-
Method Details
-
getName
Description copied from interface:ToolDefines the interface to a Solr tool that can be run from this command-line app. -
getOptions
public org.apache.commons.cli.Options getOptions()Description copied from interface:ToolRetrieve theOptionssupported by this tool.- Specified by:
getOptionsin interfaceTool- Overrides:
getOptionsin classToolBase- Returns:
- The
Optionsthis tool supports.
-
runImpl
-