Class ActionPlan

java.lang.Object
org.openjdk.jmh.runner.ActionPlan
All Implemented Interfaces:
Serializable

public class ActionPlan extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getType

      public ActionType getType()
    • add

      public void add(Action action)
    • mixIn

      public void mixIn(ActionPlan other)
    • getActions

      public List<Action> getActions()
    • getMeasurementActions

      public List<Action> getMeasurementActions()