Package org.apache.solr.cli
Class HealthcheckTool
- java.lang.Object
- 
- org.apache.solr.cli.ToolBase
- 
- org.apache.solr.cli.HealthcheckTool
 
 
- 
- 
Constructor SummaryConstructors Constructor Description HealthcheckTool()Requests health information about a specific collection in SolrCloud.HealthcheckTool(PrintStream stdout)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Defines the interface to a Solr tool that can be run from this command-line app.List<org.apache.commons.cli.Option>getOptions()protected voidrunCloudTool(org.apache.solr.client.solrj.impl.CloudSolrClient cloudSolrClient, org.apache.commons.cli.CommandLine cli)voidrunImpl(org.apache.commons.cli.CommandLine cli)- 
Methods inherited from class org.apache.solr.cli.ToolBaseecho, echoIfVerbose, runTool
 
- 
 
- 
- 
- 
Constructor Detail- 
HealthcheckToolpublic HealthcheckTool() Requests health information about a specific collection in SolrCloud.
 - 
HealthcheckToolpublic HealthcheckTool(PrintStream stdout) 
 
- 
 - 
Method Detail- 
getOptionspublic List<org.apache.commons.cli.Option> getOptions() 
 - 
runImplpublic void runImpl(org.apache.commons.cli.CommandLine cli) throws Exception
 - 
getNamepublic String getName() Description copied from interface:ToolDefines the interface to a Solr tool that can be run from this command-line app.
 
- 
 
-