Package | Description |
---|---|
com.couchbase.client.java.manager.view |
Modifier and Type | Method and Description |
---|---|
static UpsertDesignDocumentOptions |
UpsertDesignDocumentOptions.upsertDesignDocumentOptions() |
Modifier and Type | Method and Description |
---|---|
void |
ViewIndexManager.upsertDesignDocument(DesignDocument designDocument,
DesignDocumentNamespace namespace,
UpsertDesignDocumentOptions options)
Stores the design document on the server under the specified namespace, replacing any existing document
with the same name.
|
Mono<Void> |
ReactiveViewIndexManager.upsertDesignDocument(DesignDocument designDocument,
DesignDocumentNamespace namespace,
UpsertDesignDocumentOptions options)
Stores the design document on the server under the specified namespace, replacing any existing document
with the same name.
|
CompletableFuture<Void> |
AsyncViewIndexManager.upsertDesignDocument(DesignDocument doc,
DesignDocumentNamespace namespace,
UpsertDesignDocumentOptions options)
Stores the design document on the server under the specified namespace, replacing any existing document
with the same name.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.