| Package | Description |
|---|---|
| com.couchbase.client.java.manager.view |
| Modifier and Type | Method and Description |
|---|---|
static PublishDesignDocumentOptions |
PublishDesignDocumentOptions.publishDesignDocumentOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewIndexManager.publishDesignDocument(String name,
PublishDesignDocumentOptions options)
Convenience method that gets a the document from the development namespace
and upserts it to the production namespace.
|
Mono<Void> |
ReactiveViewIndexManager.publishDesignDocument(String name,
PublishDesignDocumentOptions options)
Convenience method that gets a the document from the development namespace
and upserts it to the production namespace.
|
CompletableFuture<Void> |
AsyncViewIndexManager.publishDesignDocument(String name,
PublishDesignDocumentOptions options)
Convenience method that gets a the document from the development namespace
and upserts it to the production namespace.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.