public class FlightRecorderStartupStep
extends jdk.jfr.Event
implements org.apache.camel.StartupStep
| Modifier and Type | Field and Description |
|---|---|
int |
depth |
String |
description |
int |
id |
String |
name |
static String |
NAME |
int |
parentId |
String |
type |
| Constructor and Description |
|---|
FlightRecorderStartupStep(String name,
int id,
int parentId,
int depth,
String type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
endStep() |
long |
getBeginTime() |
String |
getDescription() |
int |
getId() |
int |
getLevel() |
String |
getName() |
int |
getParentId() |
String |
getType() |
public static final String NAME
public final String name
public final int id
public final int parentId
public final int depth
public final String type
public final String description
public String getName()
getName in interface org.apache.camel.StartupSteppublic int getId()
getId in interface org.apache.camel.StartupSteppublic int getParentId()
getParentId in interface org.apache.camel.StartupSteppublic int getLevel()
getLevel in interface org.apache.camel.StartupSteppublic long getBeginTime()
getBeginTime in interface org.apache.camel.StartupSteppublic String getType()
getType in interface org.apache.camel.StartupSteppublic String getDescription()
getDescription in interface org.apache.camel.StartupSteppublic void endStep()
endStep in interface org.apache.camel.StartupStepApache Camel