Package

io.gatling.core.controller

throttle

Permalink

package throttle

Visibility
  1. Public
  2. All

Type Members

  1. case class Hold(duration: FiniteDuration) extends ThrottleStep with Product with Serializable

    Permalink
  2. case class Jump(target: Int) extends ThrottleStep with Product with Serializable

    Permalink
  3. case class Reach(target: Int, duration: FiniteDuration) extends ThrottleStep with Product with Serializable

    Permalink
  4. case class ReachIntermediate(target: Int) extends Product with Serializable

    Permalink
  5. class Throttle extends AnyRef

    Permalink
  6. sealed trait ThrottleStep extends AnyRef

    Permalink
  7. case class ThrottledRequest(scenarioName: String, request: () ⇒ Unit) extends Product with Serializable

    Permalink
  8. class Throttler extends AnyRef

    Permalink
  9. class ThrottlerActor extends ThrottlerActorFSM

    Permalink
  10. sealed trait ThrottlerControllerCommand extends AnyRef

    Permalink
  11. case class Throttles(global: Option[Throttle], perScenario: Map[String, Throttle]) extends Product with Serializable

    Permalink
  12. case class Throttling(limit: (Long) ⇒ Int, duration: FiniteDuration) extends Product with Serializable

    Permalink
  13. trait ThrottlingSupport extends AnyRef

    Permalink
  14. case class Throttlings(global: Option[Throttling], perScenario: Map[String, Throttling]) extends Product with Serializable

    Permalink

Value Members

  1. object Throttler

    Permalink
  2. object ThrottlerControllerCommand

    Permalink
  3. object Throttling extends Serializable

    Permalink

Ungrouped