Package akka.remote

Class 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()  
    • 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 Detail

      • Clock

        public Clock()