Class

io.gatling.core.action

Pause

Related Doc: package action

Permalink

class Pause extends ExitableAction

PauseAction provides a convenient means to implement pause actions based on random distributions.

Linear Supertypes
ExitableAction, ChainableAction, Action, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pause
  2. ExitableAction
  3. ChainableAction
  4. Action
  5. StrictLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Pause(pauseDuration: Expression[Long], system: ActorSystem, statsEngine: StatsEngine, name: String, next: Action)

    Permalink

    pauseDuration

    a function that can be used to generate a delay for the pause action

    system

    the ActorSystem

    statsEngine

    the StatsEngine

    next

    the next action to execute, which will be notified after the pause is complete

Value Members

  1. def !(session: Session): Unit

    Permalink
    Definition Classes
    ExitableActionChainableActionAction
  2. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def execute(session: Session): Unit

    Permalink

    Generates a duration if required or use the one given and defer next actor execution of this duration

    Generates a duration if required or use the one given and defer next actor execution of this duration

    session

    the session of the virtual user

    returns

    Nothing

    Definition Classes
    PauseAction
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  15. val name: String

    Permalink
    Definition Classes
    PauseAction
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. val next: Action

    Permalink

    the next action to execute, which will be notified after the pause is complete

    the next action to execute, which will be notified after the pause is complete

    Definition Classes
    PauseChainableAction
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def recover(session: Session)(v: Validation[_]): Unit

    Permalink
    Definition Classes
    ChainableAction
  21. val statsEngine: StatsEngine

    Permalink

    the StatsEngine

    the StatsEngine

    Definition Classes
    PauseExitableAction
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExitableAction

Inherited from ChainableAction

Inherited from Action

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped