Package org.openjdk.jmh.runner.link
Class InfraFrame
- java.lang.Object
-
- org.openjdk.jmh.runner.link.InfraFrame
-
- All Implemented Interfaces:
java.io.Serializable
class InfraFrame extends java.lang.Object implements java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InfraFrame.Type
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private InfraFrame.Type
type
-
Constructor Summary
Constructors Constructor Description InfraFrame(InfraFrame.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfraFrame.Type
getType()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
type
private final InfraFrame.Type type
-
-
Constructor Detail
-
InfraFrame
public InfraFrame(InfraFrame.Type type)
-
-
Method Detail
-
getType
public InfraFrame.Type getType()
-
-