Package com.lightbend.cinnamon.akka
Class Stopwatch
- java.lang.Object
-
- com.lightbend.cinnamon.akka.Stopwatch
-
public class Stopwatch extends java.lang.ObjectExtension that provides support forcom.lightbend.cinnamon.stopwatch.Stopwatchin Akka.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStopwatch.DefaultTimekeeperSuper class for Cinnamon Stopwatches.
-
Constructor Summary
Constructors Constructor Description Stopwatch()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StopwatchExtensionapply(akka.actor.ActorSystem system)static StopwatchExtensioncreateExtension(akka.actor.ExtendedActorSystem system)static Stopwatch.DefaultTimekeeperEmptyDefaultTimekeeper()static booleanequals(java.lang.Object other)static StopwatchExtensionget(akka.actor.ActorSystem system)static inthashCode()static akka.actor.ExtensionId<StopwatchExtension>lookup()
-
-
-
Method Detail
-
createExtension
public static StopwatchExtension createExtension(akka.actor.ExtendedActorSystem system)
-
lookup
public static akka.actor.ExtensionId<StopwatchExtension> lookup()
-
apply
public static StopwatchExtension apply(akka.actor.ActorSystem system)
-
get
public static StopwatchExtension get(akka.actor.ActorSystem system)
-
EmptyDefaultTimekeeper
public static Stopwatch.DefaultTimekeeper EmptyDefaultTimekeeper()
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
-