Class LoadSimulationController

java.lang.Object
org.apache.pulsar.testclient.CmdBase
org.apache.pulsar.testclient.LoadSimulationController
All Implemented Interfaces:
Callable<Integer>

public class LoadSimulationController extends CmdBase
This class provides a shell for the user to dictate how simulation clients should incur load.
  • Constructor Details

    • LoadSimulationController

      public LoadSimulationController() throws Exception
      Create a LoadSimulationController with the given picocli arguments.
      Throws:
      Exception
  • Method Details

    • start

      public void start() throws Exception
      Create a shell for the user to send commands to clients.
      Throws:
      Exception
    • run

      public void run() throws Exception
      Start a controller with command line arguments.
      Specified by:
      run in class CmdBase
      Throws:
      Exception