object FailureDetector

Source
FailureDetector.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FailureDetector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class Clock extends () => Long

    Abstraction of a clock that returns time in milliseconds.

    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.

Value Members

  1. implicit val defaultClock: Clock