All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kyo.scheduler.regulator.Config.scala Maven / Gradle / Ivy

The newest version!
package kyo.scheduler.regulator

import scala.concurrent.duration.Duration

case class Config(
    collectWindow: Int,
    collectInterval: Duration,
    regulateInterval: Duration,
    jitterUpperThreshold: Double,
    jitterLowerThreshold: Double,
    loadAvgTarget: Double,
    stepExp: Double
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy