Class ListTabletsCommand

java.lang.Object
org.apache.accumulo.shell.Shell.Command
org.apache.accumulo.shell.commands.ListTabletsCommand

public class ListTabletsCommand extends Shell.Command
Utility that generates single line tablet info. The output of this could be fed to sort, awk, grep, etc. to answer questions like which tablets have the most files.
  • Constructor Details

    • ListTabletsCommand

      public ListTabletsCommand()
  • Method Details