Uses of Class
com.couchbase.client.java.manager.view.UpsertDesignDocumentOptions
-
Uses of UpsertDesignDocumentOptions in com.couchbase.client.java.manager.view
Modifier and TypeMethodDescriptionstatic UpsertDesignDocumentOptions
UpsertDesignDocumentOptions.upsertDesignDocumentOptions()
Modifier and TypeMethodDescriptionAsyncViewIndexManager.upsertDesignDocument
(DesignDocument doc, DesignDocumentNamespace namespace, UpsertDesignDocumentOptions options) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.ReactiveViewIndexManager.upsertDesignDocument
(DesignDocument designDocument, DesignDocumentNamespace namespace, UpsertDesignDocumentOptions options) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.void
ViewIndexManager.upsertDesignDocument
(DesignDocument designDocument, DesignDocumentNamespace namespace, UpsertDesignDocumentOptions options) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.