| Package | Description |
|---|---|
| com.couchbase.client.java.manager.search |
| Modifier and Type | Method and Description |
|---|---|
static FreezePlanSearchIndexOptions |
FreezePlanSearchIndexOptions.freezePlanSearchIndexOptions() |
| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
ReactiveSearchIndexManager.freezePlan(String name,
FreezePlanSearchIndexOptions options)
Freeze the assignment of index partitions to nodes.
|
void |
SearchIndexManager.freezePlan(String name,
FreezePlanSearchIndexOptions options)
Freeze the assignment of index partitions to nodes.
|
CompletableFuture<Void> |
AsyncSearchIndexManager.freezePlan(String name,
FreezePlanSearchIndexOptions options)
Freeze the assignment of index partitions to nodes.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.