Package org.apache.solr.util
Class SolrCLI.HealthcheckTool
- java.lang.Object
- 
- org.apache.solr.util.SolrCLI.ToolBase
- 
- org.apache.solr.util.SolrCLI.SolrCloudTool
- 
- org.apache.solr.util.SolrCLI.HealthcheckTool
 
 
 
- 
- All Implemented Interfaces:
- SolrCLI.Tool
 - Enclosing class:
- SolrCLI
 
 public static class SolrCLI.HealthcheckTool extends SolrCLI.SolrCloudTool Requests health information about a specific collection in SolrCloud.
- 
- 
Field Summary- 
Fields inherited from class org.apache.solr.util.SolrCLI.ToolBasestdout, verbose
 
- 
 - 
Constructor SummaryConstructors Constructor Description HealthcheckTool()HealthcheckTool(PrintStream stdout)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()protected voidrunCloudTool(CloudLegacySolrClient cloudSolrClient, org.apache.commons.cli.CommandLine cli)Runs a SolrCloud tool with CloudSolrClient initialized- 
Methods inherited from class org.apache.solr.util.SolrCLI.SolrCloudToolgetOptions, runImpl
 - 
Methods inherited from class org.apache.solr.util.SolrCLI.ToolBaseecho, echoIfVerbose, runTool
 
- 
 
- 
- 
- 
Constructor Detail- 
HealthcheckToolpublic HealthcheckTool() 
 - 
HealthcheckToolpublic HealthcheckTool(PrintStream stdout) 
 
- 
 - 
Method Detail- 
getNamepublic String getName() 
 - 
runCloudToolprotected void runCloudTool(CloudLegacySolrClient cloudSolrClient, org.apache.commons.cli.CommandLine cli) throws Exception Description copied from class:SolrCLI.SolrCloudToolRuns a SolrCloud tool with CloudSolrClient initialized- Specified by:
- runCloudToolin class- SolrCLI.SolrCloudTool
- Throws:
- Exception
 
 
- 
 
-