Package org.openjdk.jmh.runner
Class Action
- java.lang.Object
-
- org.openjdk.jmh.runner.Action
-
- All Implemented Interfaces:
java.io.Serializable
class Action extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private ActionMode
mode
private BenchmarkParams
params
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description Action(BenchmarkParams params, ActionMode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionMode
getMode()
BenchmarkParams
getParams()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
params
private final BenchmarkParams params
-
mode
private final ActionMode mode
-
-
Constructor Detail
-
Action
public Action(BenchmarkParams params, ActionMode mode)
-
-
Method Detail
-
getMode
public ActionMode getMode()
-
getParams
public BenchmarkParams getParams()
-
-