Uses of Class
com.couchbase.client.java.manager.view.UpsertDesignDocumentOptions
Packages that use UpsertDesignDocumentOptions
-
Uses of UpsertDesignDocumentOptions in com.couchbase.client.java.manager.view
Methods in com.couchbase.client.java.manager.view that return UpsertDesignDocumentOptionsModifier and TypeMethodDescriptionstatic UpsertDesignDocumentOptions
UpsertDesignDocumentOptions.upsertDesignDocumentOptions()
Methods in com.couchbase.client.java.manager.view with parameters of type UpsertDesignDocumentOptionsModifier 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.