Packages

final case class PopulationBuilder(scenarioBuilder: ScenarioBuilder, injectionProfile: InjectionProfile, scenarioProtocols: Protocols, scenarioThrottleSteps: Iterable[ThrottleStep], pauseType: Option[PauseType], children: Iterable[PopulationBuilder], shard: Boolean) extends LazyLogging with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PopulationBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LazyLogging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PopulationBuilder(scenarioBuilder: ScenarioBuilder, injectionProfile: InjectionProfile, scenarioProtocols: Protocols, scenarioThrottleSteps: Iterable[ThrottleStep], pauseType: Option[PauseType], children: Iterable[PopulationBuilder], shard: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen(children: Iterable[PopulationBuilder]): PopulationBuilder
  5. def andThen(children: PopulationBuilder*): PopulationBuilder
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val children: Iterable[PopulationBuilder]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def constantPauses: PopulationBuilder
  10. def customPauses(custom: Expression[Long]): PopulationBuilder
  11. def disablePauses: PopulationBuilder
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def exponentialPauses: PopulationBuilder
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val injectionProfile: InjectionProfile
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def noShard: PopulationBuilder
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val pauseType: Option[PauseType]
  24. def pauses(pauseType: PauseType): PopulationBuilder
  25. def protocols(ps: Iterable[Protocol]): PopulationBuilder
  26. def protocols(ps: Protocol*): PopulationBuilder
  27. val scenarioBuilder: ScenarioBuilder
  28. val scenarioProtocols: Protocols
  29. val scenarioThrottleSteps: Iterable[ThrottleStep]
  30. val shard: Boolean
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def throttle(throttleSteps: Iterable[ThrottleStep]): PopulationBuilder
  33. def throttle(throttleSteps: ThrottleStep*): PopulationBuilder
  34. def uniformPauses(plusOrMinus: FiniteDuration): PopulationBuilder
  35. def uniformPauses(plusOrMinus: Double): PopulationBuilder
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped