Packages

package query

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class AsyncQueryIndexManager extends AnyRef

    Allows query indexes to be managed.

    Allows query indexes to be managed.

    Operations take a bucketName, scopeName and collectionName.

    If only bucketName is provided, the indexes affected will be those on the bucket's default scope and collection. If bucketName and scopeName are provided, the indexes affected will be all those on collections under that scope. If bucketName, scopeName and collectionName are provided, the affected fetched will be on that specific collection.

  2. case class QueryIndex(name: String, is_primary: Option[Boolean], using: Option[String], state: String, keyspace_id: String, index_key: Seq[String], condition: Option[String], partition: Option[String], bucket_id: Option[String], scope_id: Option[String]) extends Product with Serializable
  3. class QueryIndexManager extends AnyRef

    Allows query indexes to be managed.

    Allows query indexes to be managed.

    Operations take a bucketName, scopeName and collectionName.

    If only bucketName is provided, the indexes affected will be those on the bucket's default scope and collection. If bucketName and scopeName are provided, the indexes affected will be all those on collections under that scope. If bucketName, scopeName and collectionName are provided, the affected fetched will be on that specific collection.

  4. sealed trait QueryIndexType extends AnyRef
  5. class ReactiveQueryIndexManager extends AnyRef

    Allows query indexes to be managed.

    Allows query indexes to be managed.

    Operations take a bucketName, scopeName and collectionName.

    If only bucketName is provided, the indexes affected will be those on the bucket's default scope and collection. If bucketName and scopeName are provided, the indexes affected will be all those on collections under that scope. If bucketName, scopeName and collectionName are provided, the affected fetched will be on that specific collection.

Value Members

  1. object AsyncQueryIndexManager
  2. object QueryIndex extends Serializable
  3. object QueryIndexType