Packages

class ReactiveViewIndexManager extends AnyRef

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

Instance Constructors

  1. new ReactiveViewIndexManager(core: Core, bucket: String)

Value Members

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