Uses of Class
com.couchbase.client.java.manager.view.UpsertDesignDocumentOptions
Package | Description |
---|---|
com.couchbase.client.java.manager.view |
-
Uses of UpsertDesignDocumentOptions in com.couchbase.client.java.manager.view
Methods in com.couchbase.client.java.manager.view that return UpsertDesignDocumentOptions Modifier and Type Method Description static UpsertDesignDocumentOptions
UpsertDesignDocumentOptions. upsertDesignDocumentOptions()
Methods in com.couchbase.client.java.manager.view with parameters of type UpsertDesignDocumentOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncViewIndexManager. 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.Mono<Void>
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.