Class HealthcheckTool

  • All Implemented Interfaces:
    Tool

    public class HealthcheckTool
    extends ToolBase
    • Constructor Detail

      • HealthcheckTool

        public HealthcheckTool()
        Requests health information about a specific collection in SolrCloud.
      • HealthcheckTool

        public HealthcheckTool​(PrintStream stdout)
    • Method Detail

      • getOptions

        public List<org.apache.commons.cli.Option> getOptions()
      • getName

        public String getName()
        Description copied from interface: Tool
        Defines the interface to a Solr tool that can be run from this command-line app.
      • runCloudTool

        protected void runCloudTool​(org.apache.solr.client.solrj.impl.CloudSolrClient cloudSolrClient,
                                    org.apache.commons.cli.CommandLine cli)
                             throws Exception
        Throws:
        Exception