Uses of Class
com.couchbase.client.java.manager.view.GetAllDesignDocumentsOptions
Package | Description |
---|---|
com.couchbase.client.java.manager.view |
-
Uses of GetAllDesignDocumentsOptions in com.couchbase.client.java.manager.view
Methods in com.couchbase.client.java.manager.view that return GetAllDesignDocumentsOptions Modifier and Type Method Description static GetAllDesignDocumentsOptions
GetAllDesignDocumentsOptions. getAllDesignDocumentsOptions()
Methods in com.couchbase.client.java.manager.view with parameters of type GetAllDesignDocumentsOptions Modifier and Type Method Description CompletableFuture<List<DesignDocument>>
AsyncViewIndexManager. getAllDesignDocuments(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options)
Returns all of the design documents in the specified namespace.Flux<DesignDocument>
ReactiveViewIndexManager. getAllDesignDocuments(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options)
Returns all of the design documents in the specified namespace.List<DesignDocument>
ViewIndexManager. getAllDesignDocuments(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options)
Returns all of the design documents in the specified namespace.