Package org.apache.pekko.remote
Class FailureDetector.Clock
java.lang.Object
org.apache.pekko.remote.FailureDetector.Clock
- All Implemented Interfaces:
scala.Function0<Object>
- Enclosing interface:
- FailureDetector
public abstract static class FailureDetector.Clock
extends Object
implements scala.Function0<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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Function0
apply, apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp, toString
-
Constructor Details
-
Clock
public Clock()
-