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