Package com.lightbend.cinnamon.akka
Class Stopwatch.DefaultTimekeeper
- java.lang.Object
-
- com.lightbend.cinnamon.stopwatch.StopwatchBlocks
-
- com.lightbend.cinnamon.stopwatch.Timekeeper
-
- com.lightbend.cinnamon.akka.Stopwatch.DefaultTimekeeper
-
- All Implemented Interfaces:
akka.actor.Extension
,StopwatchExtension
,Stopwatch
- Enclosing class:
- Stopwatch
public abstract static class Stopwatch.DefaultTimekeeper extends Timekeeper implements StopwatchExtension
Super class for Cinnamon Stopwatches.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.lightbend.cinnamon.stopwatch.Timekeeper
Timekeeper.ActiveStopwatch, Timekeeper.ActiveStopwatch$, Timekeeper.RemoteActiveStopwatch, Timekeeper.RemoteStartedStopwatch, Timekeeper.RemoteStopwatch, Timekeeper.RemoteSuspendedStopwatch, Timekeeper.RemoteTimekeeper, Timekeeper.StartedStopwatch, Timekeeper.StartedStopwatch$, Timekeeper.Stopwatches, Timekeeper.Stopwatches$, Timekeeper.StopwatchTimer, Timekeeper.StopwatchTimer$, Timekeeper.SuspendedStopwatch, Timekeeper.SuspendedStopwatch$
-
-
Constructor Summary
Constructors Constructor Description DefaultTimekeeper(boolean recordActiveTime, boolean isEnabled)
-
Method Summary
-
Methods inherited from class com.lightbend.cinnamon.stopwatch.Timekeeper
add, add, add, add, add, addEmpty, data, empty, get, getAll, isActive, isEnabled, mergeStopwatches, recordActiveTime, remote, remove, resumeEmptyStopwatches, resumeStopwatches, resumeStopwatches, startTime, stop, stop, stopped, stopped, suspendStopwatches, suspendStopwatches
-
Methods inherited from class com.lightbend.cinnamon.stopwatch.StopwatchBlocks
activate, start, start, wrap, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.lightbend.cinnamon.stopwatch.Stopwatch
activate, start, start, stop, wrap, wrap
-
Methods inherited from interface com.lightbend.cinnamon.akka.StopwatchExtension
shouldCheck
-
-