package datastructures
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class CouchbaseBuffer[T] extends AbstractBuffer[T]
Presents a Scala Buffer interface on top of a mutable persistent data structure, in the form of a document stored on the cluster.
- case class CouchbaseCollectionOptions(timeout: Duration, retryStrategy: RetryStrategy, durability: Durability) extends Product with Serializable
- class CouchbaseMap[T] extends AbstractMap[String, T]
Presents a Scala Map interface on top of a mutable persistent data structure, in the form of a document stored on the cluster.
- class CouchbaseQueue[T] extends CouchbaseBuffer[T]
Presents a Scala Queue interface on top of a mutable persistent data structure, in the form of a document stored on the cluster.
- class CouchbaseSet[T] extends AbstractSet[T]
Presents a Scala Set interface on top of a mutable persistent data structure, in the form of a document stored on the cluster.
Value Members
- object CouchbaseCollectionOptions extends Serializable