Package org.apache.pulsar.broker.tools
Class LoadReportCommand
java.lang.Object
org.apache.bookkeeper.tools.framework.CliCommand<org.apache.bookkeeper.tools.framework.CliFlags,LoadReportCommand.Flags>
org.apache.pulsar.broker.tools.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 ClassesModifier and TypeClassDescriptionstatic classThe CLI flags of load report command. -
Field Summary
Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.bookkeeper.tools.framework.CliCommand
category, description, name, path, setParent, usageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.bookkeeper.tools.framework.Command
hidden
-
Constructor Details
-
LoadReportCommand
public LoadReportCommand()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceorg.apache.bookkeeper.tools.framework.Command<org.apache.bookkeeper.tools.framework.CliFlags>- Overrides:
applyin classorg.apache.bookkeeper.tools.framework.CliCommand<org.apache.bookkeeper.tools.framework.CliFlags,LoadReportCommand.Flags>
-