Class ClusterTool

  • All Implemented Interfaces:
    Tool

    public class ClusterTool
    extends ToolBase
    Supports cluster command in the bin/solr script.

    Set cluster properties by directly manipulating ZooKeeper.

    • Constructor Detail

      • ClusterTool

        public ClusterTool()
      • ClusterTool

        public ClusterTool​(PrintStream stdout)
    • Method Detail

      • 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.
      • getOptions

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