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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Function0apply, 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- 
Clockpublic Clock()
 
-