Packages

c

com.couchbase.client.scala.manager.view

AsyncViewIndexManager

class AsyncViewIndexManager extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncViewIndexManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AsyncViewIndexManager(reactive: ReactiveViewIndexManager)

Value Members

  1. def dropDesignDocument(designDocName: String, namespace: DesignDocumentNamespace, timeout: Duration = DefaultTimeout, retryStrategy: RetryStrategy = DefaultRetryStrategy): Future[Unit]
  2. def getAllDesignDocuments(namespace: DesignDocumentNamespace, timeout: Duration = DefaultTimeout, retryStrategy: RetryStrategy = DefaultRetryStrategy): Future[Seq[DesignDocument]]
  3. def getDesignDocument(designDocName: String, namespace: DesignDocumentNamespace, timeout: Duration = DefaultTimeout, retryStrategy: RetryStrategy = DefaultRetryStrategy): Future[DesignDocument]
  4. def publishDesignDocument(designDocName: String, timeout: Duration = DefaultTimeout, retryStrategy: RetryStrategy = DefaultRetryStrategy): Future[Unit]
  5. def upsertDesignDocument(indexData: DesignDocument, namespace: DesignDocumentNamespace, timeout: Duration = DefaultTimeout, retryStrategy: RetryStrategy = DefaultRetryStrategy): Future[Unit]