Class LoadReportCommand

java.lang.Object
org.apache.pulsar.broker.tools.LoadReportCommand
All Implemented Interfaces:
Callable<Integer>

public class LoadReportCommand extends Object implements Callable<Integer>
The command to collect the load report of a specific broker.
  • Field Details

    • intervalMilliseconds

      public int intervalMilliseconds
  • Constructor Details

    • LoadReportCommand

      public LoadReportCommand()
  • Method Details