| Package | Description |
|---|---|
| com.couchbase.client.java.manager.view |
| Modifier and Type | Method and Description |
|---|---|
static GetAllDesignDocumentsOptions |
GetAllDesignDocumentsOptions.getAllDesignDocumentsOptions() |
| Modifier and Type | Method and Description |
|---|---|
List<DesignDocument> |
ViewIndexManager.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.
|
CompletableFuture<List<DesignDocument>> |
AsyncViewIndexManager.getAllDesignDocuments(DesignDocumentNamespace namespace,
GetAllDesignDocumentsOptions options)
Returns all of the design documents in the specified namespace.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.