Package org.apache.camel.startup.jfr
Class FlightRecorderStartupStep
- java.lang.Object
-
- jdk.internal.event.Event
-
- jdk.jfr.Event
-
- org.apache.camel.startup.jfr.FlightRecorderStartupStep
-
- All Implemented Interfaces:
org.apache.camel.StartupStep
public class FlightRecorderStartupStep extends jdk.jfr.Event implements org.apache.camel.StartupStep
-
-
Constructor Summary
Constructors Constructor Description FlightRecorderStartupStep(String name, int id, int parentId, int depth, String type, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendStep()longgetBeginTime()StringgetDescription()intgetId()intgetLevel()StringgetName()intgetParentId()StringgetType()
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
name
public final String name
-
id
public final int id
-
parentId
public final int parentId
-
depth
public final int depth
-
type
public final String type
-
description
public final String description
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.camel.StartupStep
-
getId
public int getId()
- Specified by:
getIdin interfaceorg.apache.camel.StartupStep
-
getParentId
public int getParentId()
- Specified by:
getParentIdin interfaceorg.apache.camel.StartupStep
-
getLevel
public int getLevel()
- Specified by:
getLevelin interfaceorg.apache.camel.StartupStep
-
getBeginTime
public long getBeginTime()
- Specified by:
getBeginTimein interfaceorg.apache.camel.StartupStep
-
getType
public String getType()
- Specified by:
getTypein interfaceorg.apache.camel.StartupStep
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.apache.camel.StartupStep
-
endStep
public void endStep()
- Specified by:
endStepin interfaceorg.apache.camel.StartupStep
-
-