Class SnapshotListTool

  • All Implemented Interfaces:
    Tool

    public class SnapshotListTool
    extends ToolBase
    Supports snapshot-list command in the bin/solr script.
    • Constructor Detail

      • SnapshotListTool

        public SnapshotListTool()
      • SnapshotListTool

        public SnapshotListTool​(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()
      • listSnapshots

        public void listSnapshots​(org.apache.solr.client.solrj.SolrClient solrClient,
                                  String collectionName)