Uses of Class
org.openjdk.jmh.runner.ActionType
-
Packages that use ActionType Package Description org.openjdk.jmh.runner -
-
Uses of ActionType in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as ActionType Modifier and Type Field Description private ActionType
ActionPlan. type
Methods in org.openjdk.jmh.runner that return ActionType Modifier and Type Method Description ActionType
ActionPlan. getType()
static ActionType
ActionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionType[]
ActionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjdk.jmh.runner with parameters of type ActionType Constructor Description ActionPlan(ActionType type)
-