Package org.openjdk.jmh.runner
Class ActionPlan
- java.lang.Object
-
- org.openjdk.jmh.runner.ActionPlan
-
- All Implemented Interfaces:
Serializable
public class ActionPlan extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionPlan(org.openjdk.jmh.runner.ActionType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(org.openjdk.jmh.runner.Action action)List<org.openjdk.jmh.runner.Action>getActions()List<org.openjdk.jmh.runner.Action>getMeasurementActions()org.openjdk.jmh.runner.ActionTypegetType()voidmixIn(ActionPlan other)
-
-
-
Method Detail
-
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()
-
-