public static class StartupTimeline.TimelineEvent extends Object
StartupTimeline. Each event has a start/end time, a
precise duration and the complete StartupStep information associated with
it.| Modifier and Type | Method and Description |
|---|---|
Duration |
getDuration()
Return the duration of this event, i.e.
|
Instant |
getEndTime()
Return the end time of this event.
|
Instant |
getStartTime()
Return the start time of this event.
|
StartupStep |
getStartupStep()
Return the
StartupStep information for this event. |
public Instant getStartTime()
public Instant getEndTime()
public Duration getDuration()
StartupStep with nanoseconds precision.public StartupStep getStartupStep()
StartupStep information for this event.