Class ActionPlan

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

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

    • ActionPlan

      public ActionPlan(org.openjdk.jmh.runner.ActionType type)
  • Method Details

    • getType

      public org.openjdk.jmh.runner.ActionType getType()
    • add

      public void add(org.openjdk.jmh.runner.Action action)
    • mixIn

      public void mixIn(ActionPlan other)
    • getActions

      public List<org.openjdk.jmh.runner.Action> getActions()
    • getMeasurementActions

      public List<org.openjdk.jmh.runner.Action> getMeasurementActions()