package connection
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class AnalyticsAccessor extends Logging
- case class CouchbaseAnalyticsRow(value: JsonObject) extends Product with Serializable
- case class CouchbaseBucket(name: String, password: String) extends Product with Serializable
- case class CouchbaseConfig(hosts: Seq[String], buckets: Seq[CouchbaseBucket], retryOpts: RetryOptions, sslOptions: Option[SslOptions], credential: Option[Credential], timeouts: Timeouts) extends Product with Serializable
- class CouchbaseConnection extends Serializable with Logging
- case class Credential(username: String, password: String) extends Product with Serializable
- class KeyValueAccessor[D <: Document[_]] extends AnyRef
- class QueryAccessor extends Logging
- case class RetryOptions(maxTries: Int, maxDelay: Int, minDelay: Int) extends Product with Serializable
- class SpatialViewAccessor extends Logging
- case class SslOptions(enabled: Boolean, keystorePath: String, keystorePassword: String) extends Product with Serializable
- case class SubdocArrayAddUnique(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable
- case class SubdocArrayAppend(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable
- case class SubdocArrayAppendAll(id: String, path: String, values: Seq[Any], createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable
- case class SubdocArrayInsert(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable
- case class SubdocArrayPrepend(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable
- case class SubdocArrayPrependAll(id: String, path: String, values: Seq[Any], createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable
- case class SubdocCounter(id: String, path: String, delta: Long, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable
- case class SubdocInsert(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable
- class SubdocLookupAccessor extends AnyRef
- case class SubdocLookupResult(id: String, cas: Long, content: Map[String, Any], exists: Map[String, Boolean]) extends Product with Serializable
- case class SubdocLookupSpec(id: String, get: Seq[String], exists: Seq[String]) extends Product with Serializable
- class SubdocMutationAccessor extends AnyRef
- case class SubdocMutationResult(cas: Seq[(String, Long)]) extends Product with Serializable
- sealed trait SubdocMutationSpec extends AnyRef
- case class SubdocRemove(id: String, path: String) extends SubdocMutationSpec with Product with Serializable
- case class SubdocReplace(id: String, path: String, value: Any) extends SubdocMutationSpec with Product with Serializable
- case class SubdocUpsert(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable
- case class Timeouts(query: Option[Long], view: Option[Long], search: Option[Long], analytics: Option[Long], kv: Option[Long], connect: Option[Long], disconnect: Option[Long], management: Option[Long]) extends Product with Serializable
- class ViewAccessor extends Logging
Value Members
- object CouchbaseConfig extends Serializable
- object CouchbaseConnection extends Serializable