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 Event implements org.apache.camel.StartupStep
  • Field Details

    • NAME

      public static final String NAME
      See Also:
    • 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
  • Constructor Details

    • FlightRecorderStartupStep

      public FlightRecorderStartupStep(String name, int id, int parentId, int depth, String type, String description)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.camel.StartupStep
    • getId

      public int getId()
      Specified by:
      getId in interface org.apache.camel.StartupStep
    • getParentId

      public int getParentId()
      Specified by:
      getParentId in interface org.apache.camel.StartupStep
    • getLevel

      public int getLevel()
      Specified by:
      getLevel in interface org.apache.camel.StartupStep
    • getBeginTime

      public long getBeginTime()
      Specified by:
      getBeginTime in interface org.apache.camel.StartupStep
    • getDuration

      public long getDuration()
      Specified by:
      getDuration in interface org.apache.camel.StartupStep
    • getType

      public String getType()
      Specified by:
      getType in interface org.apache.camel.StartupStep
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.apache.camel.StartupStep
    • endStep

      public void endStep()
      Specified by:
      endStep in interface org.apache.camel.StartupStep