Class LoadReportCommand

  • All Implemented Interfaces:
    org.apache.bookkeeper.tools.framework.Command<org.apache.bookkeeper.tools.framework.CliFlags>

    public class LoadReportCommand
    extends org.apache.bookkeeper.tools.framework.CliCommand<org.apache.bookkeeper.tools.framework.CliFlags,​LoadReportCommand.Flags>
    The command to collect the load report of a specific broker.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LoadReportCommand.Flags
      The CLI flags of load report command.
    • Field Summary

      • Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand

        spec
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean apply​(org.apache.bookkeeper.tools.framework.CliFlags globalFlags, java.lang.String[] args)  
      • Methods inherited from class org.apache.bookkeeper.tools.framework.CliCommand

        category, description, name, path, setParent, usage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.bookkeeper.tools.framework.Command

        hidden
    • Constructor Detail

      • LoadReportCommand

        public LoadReportCommand()
    • Method Detail

      • apply

        public java.lang.Boolean apply​(org.apache.bookkeeper.tools.framework.CliFlags globalFlags,
                                       java.lang.String[] args)
        Specified by:
        apply in interface org.apache.bookkeeper.tools.framework.Command<org.apache.bookkeeper.tools.framework.CliFlags>
        Overrides:
        apply in class org.apache.bookkeeper.tools.framework.CliCommand<org.apache.bookkeeper.tools.framework.CliFlags,​LoadReportCommand.Flags>