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. Serializable
  4. Product
  5. Equals
  6. BatchableFeederBuilder
  7. FileBasedFeederBuilder
  8. FeederBuilderBase
  9. Function0
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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): F
  7. def batch: BatchableFeederBuilder[T]
    Definition Classes
    BatchableFeederBuilder
  8. def circular: F
    Definition Classes
    SourceFeederBuilderFeederBuilderBase
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val configuration: GatlingConfiguration
  11. def convert(f: PartialFunction[(String, T), Any]): F
    Definition Classes
    SourceFeederBuilderFeederBuilderBase
  12. def eager: F
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val options: FeederOptions[T]
  21. def queue: F
    Definition Classes
    SourceFeederBuilderFeederBuilderBase
  22. def random: F
    Definition Classes
    SourceFeederBuilderFeederBuilderBase
  23. def readRecords: Seq[Record[Any]]
    Definition Classes
    SourceFeederBuilderFeederBuilderBase
  24. def shard: F
    Definition Classes
    SourceFeederBuilderFeederBuilderBase
  25. def shuffle: F
    Definition Classes
    SourceFeederBuilderFeederBuilderBase
  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 unzip: F
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. 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 BatchableFeederBuilder[T]

Inherited from FileBasedFeederBuilder[T]

Inherited from FeederBuilderBase[T]

Inherited from () ⇒ Feeder[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped