Class UpdateACLTool

  • All Implemented Interfaces:
    Tool

    public class UpdateACLTool
    extends ToolBase
    Supports updating ACL for a path in ZK

    Set ACL properties by directly manipulating ZooKeeper.

    • Constructor Detail

      • UpdateACLTool

        public UpdateACLTool()
      • UpdateACLTool

        public UpdateACLTool​(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()