public static final class Timekeeper.RemoteStartedStopwatch extends Timekeeper.RemoteStopwatch
A started stopwatch that originated on a remote node (only records total elapsed time, no active time).
| Constructor and Description |
|---|
RemoteStartedStopwatch(long startTime,
long sampling,
java.util.UUID originalStopwatch,
long originalStart) |
| Modifier and Type | Method and Description |
|---|---|
long |
originalStart() |
java.util.UUID |
originalStopwatch() |
long |
sampling() |
long |
startTime() |
activeTime, resume, suspendpublic RemoteStartedStopwatch(long startTime,
long sampling,
java.util.UUID originalStopwatch,
long originalStart)
public long originalStart()
originalStart in class Timekeeper.RemoteStopwatchpublic java.util.UUID originalStopwatch()
originalStopwatch in class Timekeeper.RemoteStopwatchpublic long sampling()
sampling in class Timekeeper.StopwatchTimerpublic long startTime()
startTime in class Timekeeper.StopwatchTimerCinnamon API. Copyright (c) 2015–2021 Lightbend.