Package com.lightbend.cinnamon.stopwatch
Class Timekeeper.RemoteStartedStopwatch
- java.lang.Object
-
- com.lightbend.cinnamon.stopwatch.Timekeeper.StopwatchTimer
-
- com.lightbend.cinnamon.stopwatch.Timekeeper.RemoteStopwatch
-
- com.lightbend.cinnamon.stopwatch.Timekeeper.RemoteStartedStopwatch
-
- Enclosing class:
- Timekeeper
public static final class Timekeeper.RemoteStartedStopwatch extends Timekeeper.RemoteStopwatch
INTERNAL APIA started stopwatch that originated on a remote node (only records total elapsed time, no active time).
-
-
Constructor Summary
Constructors Constructor Description RemoteStartedStopwatch(long startTime, long sampling, java.util.UUID originalStopwatch, long originalStart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
originalStart()
java.util.UUID
originalStopwatch()
long
sampling()
long
startTime()
-
Methods inherited from class com.lightbend.cinnamon.stopwatch.Timekeeper.StopwatchTimer
activeTime, resume, suspend
-
-
-
-
Method Detail
-
originalStart
public long originalStart()
- Specified by:
originalStart
in classTimekeeper.RemoteStopwatch
-
originalStopwatch
public java.util.UUID originalStopwatch()
- Specified by:
originalStopwatch
in classTimekeeper.RemoteStopwatch
-
sampling
public long sampling()
- Specified by:
sampling
in classTimekeeper.StopwatchTimer
-
startTime
public long startTime()
- Specified by:
startTime
in classTimekeeper.StopwatchTimer
-
-