Uses of Class
com.couchbase.client.java.manager.view.GetDesignDocumentOptions
-
Uses of GetDesignDocumentOptions in com.couchbase.client.java.manager.view
Modifier and TypeMethodDescriptionstatic GetDesignDocumentOptions
GetDesignDocumentOptions.getDesignDocumentOptions()
Modifier and TypeMethodDescriptionAsyncViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options) Returns the named design document from the specified namespace.ReactiveViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options) Returns the design document from the cluster if present with custom options.ViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options) Returns the design document from the cluster if present with custom options.