Package

com.couchbase.spark

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

  1. class AnalyticsAccessor extends Logging

    Permalink
  2. case class CouchbaseAnalyticsRow(value: JsonObject) extends Product with Serializable

    Permalink
  3. case class CouchbaseBucket(name: String, password: String) extends Product with Serializable

    Permalink
  4. case class CouchbaseConfig(hosts: Seq[String], buckets: Seq[CouchbaseBucket], retryOpts: RetryOptions, sslOptions: Option[SslOptions], credential: Option[Credential], timeouts: Timeouts) extends Product with Serializable

    Permalink
  5. class CouchbaseConnection extends Serializable with Logging

    Permalink
  6. case class Credential(username: String, password: String) extends Product with Serializable

    Permalink
  7. class KeyValueAccessor[D <: Document[_]] extends AnyRef

    Permalink
  8. class QueryAccessor extends Logging

    Permalink
  9. case class RetryOptions(maxTries: Int, maxDelay: Int, minDelay: Int) extends Product with Serializable

    Permalink
  10. class SpatialViewAccessor extends Logging

    Permalink
  11. case class SslOptions(enabled: Boolean, keystorePath: String, keystorePassword: String) extends Product with Serializable

    Permalink
  12. case class SubdocArrayAddUnique(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable

    Permalink
  13. case class SubdocArrayAppend(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable

    Permalink
  14. case class SubdocArrayAppendAll(id: String, path: String, values: Seq[Any], createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable

    Permalink
  15. case class SubdocArrayInsert(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable

    Permalink
  16. case class SubdocArrayPrepend(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable

    Permalink
  17. case class SubdocArrayPrependAll(id: String, path: String, values: Seq[Any], createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable

    Permalink
  18. case class SubdocCounter(id: String, path: String, delta: Long, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable

    Permalink
  19. case class SubdocInsert(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable

    Permalink
  20. class SubdocLookupAccessor extends AnyRef

    Permalink
  21. case class SubdocLookupResult(id: String, cas: Long, content: Map[String, Any], exists: Map[String, Boolean]) extends Product with Serializable

    Permalink
  22. case class SubdocLookupSpec(id: String, get: Seq[String], exists: Seq[String]) extends Product with Serializable

    Permalink
  23. class SubdocMutationAccessor extends AnyRef

    Permalink
  24. case class SubdocMutationResult(cas: Seq[(String, Long)]) extends Product with Serializable

    Permalink
  25. sealed trait SubdocMutationSpec extends AnyRef

    Permalink
  26. case class SubdocRemove(id: String, path: String) extends SubdocMutationSpec with Product with Serializable

    Permalink
  27. case class SubdocReplace(id: String, path: String, value: Any) extends SubdocMutationSpec with Product with Serializable

    Permalink
  28. case class SubdocUpsert(id: String, path: String, value: Any, createParents: Boolean = true) extends SubdocMutationSpec with Product with Serializable

    Permalink
  29. 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

    Permalink
  30. class ViewAccessor extends Logging

    Permalink

Value Members

  1. object CouchbaseConfig extends Serializable

    Permalink
  2. object CouchbaseConnection extends Serializable

    Permalink

Ungrouped