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, suspend
public RemoteStartedStopwatch(long startTime, long sampling, java.util.UUID originalStopwatch, long originalStart)
public long originalStart()
originalStart
in class Timekeeper.RemoteStopwatch
public java.util.UUID originalStopwatch()
originalStopwatch
in class Timekeeper.RemoteStopwatch
public long sampling()
sampling
in class Timekeeper.StopwatchTimer
public long startTime()
startTime
in class Timekeeper.StopwatchTimer
Cinnamon API. Copyright (c) 2015–2021 Lightbend.