Uses of Class
com.couchbase.client.java.manager.view.GetDesignDocumentOptions
-
Packages that use GetDesignDocumentOptions Package Description com.couchbase.client.java.manager.view -
-
Uses of GetDesignDocumentOptions in com.couchbase.client.java.manager.view
Methods in com.couchbase.client.java.manager.view that return GetDesignDocumentOptions Modifier and Type Method Description static GetDesignDocumentOptionsGetDesignDocumentOptions. getDesignDocumentOptions()Methods in com.couchbase.client.java.manager.view with parameters of type GetDesignDocumentOptions Modifier and Type Method Description CompletableFuture<DesignDocument>AsyncViewIndexManager. getDesignDocument(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options)Returns the named design document from the specified namespace.Mono<DesignDocument>ReactiveViewIndexManager. getDesignDocument(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options)Returns the design document from the cluster if present with custom options.DesignDocumentViewIndexManager. getDesignDocument(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options)Returns the design document from the cluster if present with custom options.
-