Uses of Class
com.couchbase.client.java.manager.view.GetAllDesignDocumentsOptions
Packages that use GetAllDesignDocumentsOptions
-
Uses of GetAllDesignDocumentsOptions in com.couchbase.client.java.manager.view
Methods in com.couchbase.client.java.manager.view that return GetAllDesignDocumentsOptionsModifier and TypeMethodDescriptionstatic GetAllDesignDocumentsOptionsGetAllDesignDocumentsOptions.getAllDesignDocumentsOptions()Methods in com.couchbase.client.java.manager.view with parameters of type GetAllDesignDocumentsOptionsModifier and TypeMethodDescriptionAsyncViewIndexManager.getAllDesignDocuments(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options) Returns all of the design documents in the specified namespace.reactor.core.publisher.Flux<DesignDocument> ReactiveViewIndexManager.getAllDesignDocuments(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options) Returns all of the design documents in the specified namespace.ViewIndexManager.getAllDesignDocuments(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options) Returns all of the design documents in the specified namespace.