Package akka.remote
Class FailureDetector.Clock
- java.lang.Object
-
- akka.remote.FailureDetector.Clock
-
- All Implemented Interfaces:
scala.Function0<java.lang.Object>
- Enclosing interface:
- FailureDetector
public abstract static class FailureDetector.Clock extends java.lang.Object implements scala.Function0<java.lang.Object>
Abstraction of a clock that returns time in milliseconds. Clock can only be used to measure elapsed time and is not related to any other notion of system or wall-clock time.
-
-
Constructor Summary
Constructors Constructor Description Clock()
-