Class FlightRecorderStartupStep

  • All Implemented Interfaces:
    org.apache.camel.StartupStep

    public class FlightRecorderStartupStep
    extends jdk.jfr.Event
    implements org.apache.camel.StartupStep
    • Field Detail

      • 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 Detail

      • FlightRecorderStartupStep

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

      • 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
      • 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