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 UpsertDesignDocumentOptionsUpsertDesignDocumentOptions.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.voidViewIndexManager.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.