Packages

c

com.couchbase.client.scala.transactions.config

SingleQueryTransactionOptions

case class SingleQueryTransactionOptions extends Product with Serializable

Allows configuring a single-query-transaction.

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

Value Members

  1. def durabilityLevel(durabilityLevel: DurabilityLevel): SingleQueryTransactionOptions

    Overrides the default durability level set, for this transaction.

    Overrides the default durability level set, for this transaction.

    durabilityLevel

    the durability level to set

    returns

    this, for chaining

  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def productIterator: Iterator[Any]
    Definition Classes
    Product