类 StartupTimeline.TimelineEvent
java.lang.Object
org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
- 封闭类:
StartupTimeline
Event on the current
StartupTimeline
. Each event has a start/end time, a
precise duration and the complete StartupStep
information associated with
it.-
方法概要
修饰符和类型方法说明Return the duration of this event, i.e. the processing time of the associatedStartupStep
with nanoseconds precision.Return the end time of this event.Return the start time of this event.Return theStartupStep
information for this event.
-
方法详细资料
-
getStartTime
Return the start time of this event.- 返回:
- the start time
-
getEndTime
Return the end time of this event.- 返回:
- the end time
-
getDuration
Return the duration of this event, i.e. the processing time of the associatedStartupStep
with nanoseconds precision.- 返回:
- the event duration
-
getStartupStep
Return theStartupStep
information for this event.- 返回:
- the step information.
-