| Package | Description |
|---|---|
| com.couchbase.client.java.manager.view |
| Modifier and Type | Method and Description |
|---|---|
static GetDesignDocumentOptions |
GetDesignDocumentOptions.getDesignDocumentOptions() |
| Modifier and Type | Method and Description |
|---|---|
DesignDocument |
ViewIndexManager.getDesignDocument(String name,
DesignDocumentNamespace namespace,
GetDesignDocumentOptions options)
Returns the design document from the cluster if present with custom options.
|
Mono<DesignDocument> |
ReactiveViewIndexManager.getDesignDocument(String name,
DesignDocumentNamespace namespace,
GetDesignDocumentOptions options)
Returns the design document from the cluster if present with custom options.
|
CompletableFuture<DesignDocument> |
AsyncViewIndexManager.getDesignDocument(String name,
DesignDocumentNamespace namespace,
GetDesignDocumentOptions options)
Returns the named design document from the specified namespace.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.