final case class SourceFeederBuilder[T](source: FeederSource[T], configuration: GatlingConfiguration, options: FeederOptions[T]) extends BatchableFeederBuilder[T] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SourceFeederBuilder
  2. Serializable
  3. Product
  4. Equals
  5. BatchableFeederBuilder
  6. FileBasedFeederBuilder
  7. FeederBuilderBase
  8. Function0
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SourceFeederBuilder(source: FeederSource[T], configuration: GatlingConfiguration, options: FeederOptions[T])

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 apply(): Feeder[Any]
    Definition Classes
    SourceFeederBuilder → Function0
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def batch(bufferSize: Int): BatchableFeederBuilder[T]
  7. def batch: BatchableFeederBuilder[T]
    Definition Classes
    BatchableFeederBuilder
  8. def circular: BatchableFeederBuilder[T]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val configuration: GatlingConfiguration
  11. def eager: BatchableFeederBuilder[T]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. val options: FeederOptions[T]
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. def queue: BatchableFeederBuilder[T]
  22. def random: BatchableFeederBuilder[T]
  23. def readRecords: Seq[Record[Any]]
  24. def shard: BatchableFeederBuilder[T]
  25. def shuffle: BatchableFeederBuilder[T]
  26. val source: FeederSource[T]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    Function0 → AnyRef → Any
  29. def transform(f: PartialFunction[(String, T), Any]): BatchableFeederBuilder[Any]
  30. def unzip: BatchableFeederBuilder[T]
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def convert(f: PartialFunction[(String, T), Any]): FeederBuilderBase[Any]
    Definition Classes
    FeederBuilderBase
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Please use transform instead.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BatchableFeederBuilder[T]

Inherited from FileBasedFeederBuilder[T]

Inherited from FeederBuilderBase[T]

Inherited from () => Feeder[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped