kyo.scheduler.regulator

Members list

Type members

Classlikes

final class Admission(loadAvg: () => Double, schedule: Task => Unit, nowMillis: () => Long, timer: InternalTimer, config: Config) extends Regulator

Attributes

Companion
object
Supertypes
class Regulator
class Object
trait Matchable
class Any
object Admission

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Admission.type
final class Concurrency(loadAvg: () => Double, updateConcurrency: Int => Unit, sleep: Int => Unit, nowNanos: () => Long, timer: InternalTimer, config: Config) extends Regulator

Attributes

Companion
object
Supertypes
class Regulator
class Object
trait Matchable
class Any
object Concurrency

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class Config(collectWindow: Int, collectInterval: Duration, regulateInterval: Duration, jitterUpperThreshold: Double, jitterLowerThreshold: Double, loadAvgTarget: Double, stepExp: Double)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
abstract class Regulator(loadAvg: () => Double, timer: InternalTimer, config: Config)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Admission
class Concurrency
object Regulator

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Regulator.type