Package com.lightbend.cinnamon.stopwatch
Class Timekeeper.RemoteStopwatch
- java.lang.Object
-
- com.lightbend.cinnamon.stopwatch.Timekeeper.StopwatchTimer
-
- com.lightbend.cinnamon.stopwatch.Timekeeper.RemoteStopwatch
-
- Direct Known Subclasses:
Timekeeper.RemoteActiveStopwatch
,Timekeeper.RemoteStartedStopwatch
,Timekeeper.RemoteSuspendedStopwatch
- Enclosing class:
- Timekeeper
public abstract static class Timekeeper.RemoteStopwatch extends Timekeeper.StopwatchTimer
INTERNAL APIA stopwatch that originated on a remote node.
-
-
Constructor Summary
Constructors Constructor Description RemoteStopwatch()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract long
originalStart()
abstract java.util.UUID
originalStopwatch()
-
Methods inherited from class com.lightbend.cinnamon.stopwatch.Timekeeper.StopwatchTimer
activeTime, resume, sampling, startTime, suspend
-
-