Packages

c

org.galaxio.gatling.kafka.actions

KafkaAvro4sRequestAction

class KafkaAvro4sRequestAction[K, V] extends ExitableAction with NameGen

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

Instance Constructors

  1. new KafkaAvro4sRequestAction(producer: KafkaProducer[K, GenericRecord], attr: Avro4sAttributes[K, V], coreComponents: CoreComponents, kafkaProtocol: KafkaProtocol, throttled: Boolean, next: Action)

Value Members

  1. def !(session: Session): Unit
    Definition Classes
    ExitableAction → ChainableAction → Action
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attr: Avro4sAttributes[K, V]
  7. val clock: DefaultClock
    Definition Classes
    KafkaAvro4sRequestAction → ExitableAction
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. val coreComponents: CoreComponents
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def execute(session: Session): Unit
    Definition Classes
    KafkaAvro4sRequestAction → Action
  13. def genName(base: String): String
    Definition Classes
    NameGen
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val kafkaProtocol: KafkaProtocol
  18. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  19. val name: String
    Definition Classes
    KafkaAvro4sRequestAction → Action
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val next: Action
    Definition Classes
    KafkaAvro4sRequestAction → ChainableAction
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. val producer: KafkaProducer[K, GenericRecord]
  25. def recover(session: Session)(v: Validation[_]): Unit
    Definition Classes
    ChainableAction
  26. def sendRequest(requestName: String, producer: KafkaProducer[K, GenericRecord], attr: Avro4sAttributes[K, V], throttled: Boolean, session: Session): Validation[Unit]
  27. val statsEngine: StatsEngine
    Definition Classes
    KafkaAvro4sRequestAction → ExitableAction
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val throttled: Boolean
  30. def toString(): String
    Definition Classes
    Action → AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from NameGen

Inherited from ExitableAction

Inherited from ChainableAction

Inherited from Action

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped