Packages

package gatling

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class NessieActionBuilder(tag: String, nessieExec: Option[(NessieApiV2, Session) => Session] = None, ignoreExceptions: Boolean = false, dontLogResponse: Boolean = false, exceptionHandler: (Exception, NessieApiV2, Session) => Session = defaultExceptionHandler) extends ActionBuilder with NameGen with Product with Serializable

    Builder created via NessieDsl.nessie for Nessie-Gatling-Actions.

    Builder created via NessieDsl.nessie for Nessie-Gatling-Actions.

    Do not create an instance of this builder yourself.

    tag

    tag as shown in Gatling for the action being built

    nessieExec

    the action to be executed, takes the NessieClient and Gatling Session

    ignoreExceptions

    whether exceptions are ignored

    dontLogResponse

    whether responses are not logged against Gatling and don't appear in the output

  2. case class NessieComponents(coreComponents: CoreComponents, nessieProtocol: NessieProtocol) extends ProtocolComponents with Product with Serializable

    Gatling protocol components for Nessie, nothing useful for users in here.

  3. trait NessieDsl extends AnyRef

    All Nessie performance tests start from the NessieDsl.nessie NessieProtocolBuilder.

  4. case class NessieProtocol(client: NessieApiV2) extends Protocol with Product with Serializable
  5. case class NessieProtocolBuilder() extends StrictLogging with Product with Serializable

Value Members

  1. object NessieActionBuilder extends Serializable
  2. object NessieProtocol extends Serializable
  3. object Predef extends NessieDsl

Ungrouped