| Package | Description |
|---|---|
| com.couchbase.client.java.manager.search |
| Modifier and Type | Method and Description |
|---|---|
static PauseIngestSearchIndexOptions |
PauseIngestSearchIndexOptions.pauseIngestSearchIndexOptions() |
| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
ReactiveSearchIndexManager.pauseIngest(String name,
PauseIngestSearchIndexOptions options)
Pauses updates and maintenance for an index.
|
void |
SearchIndexManager.pauseIngest(String name,
PauseIngestSearchIndexOptions options)
Pauses updates and maintenance for an index.
|
CompletableFuture<Void> |
AsyncSearchIndexManager.pauseIngest(String name,
PauseIngestSearchIndexOptions options)
Pauses updates and maintenance for an index.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.