Jitter

ox.scheduling.Jitter
enum Jitter

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Equal extends Jitter

Equal jitter, i.e. the delay is half of the interval plus a random value between 0 and the other half.

Equal jitter, i.e. the delay is half of the interval plus a random value between 0 and the other half.

Attributes

case Full extends Jitter

Full jitter, i.e. the delay is a random value between 0 and the interval.

Full jitter, i.e. the delay is a random value between 0 and the interval.

Attributes