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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlightRecorderStartupStep(String name, int id, int parentId, int depth, String type, String description) -
Method Summary
-
Field Details
-
NAME
- See Also:
-
name
-
id
public final int id -
parentId
public final int parentId -
depth
public final int depth -
type
-
description
-
-
Constructor Details
-
FlightRecorderStartupStep
-
-
Method Details
-
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
-
getDuration
public long getDuration()- Specified by:
getDurationin interfaceorg.apache.camel.StartupStep
-
getType
- Specified by:
getTypein interfaceorg.apache.camel.StartupStep
-
getDescription
- Specified by:
getDescriptionin interfaceorg.apache.camel.StartupStep
-
endStep
public void endStep()- Specified by:
endStepin interfaceorg.apache.camel.StartupStep
-