Uses of Class
com.couchbase.client.java.manager.search.FreezePlanSearchIndexOptions
-
Packages that use FreezePlanSearchIndexOptions Package Description com.couchbase.client.java.manager.search -
-
Uses of FreezePlanSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return FreezePlanSearchIndexOptions Modifier and Type Method Description static FreezePlanSearchIndexOptions
FreezePlanSearchIndexOptions. freezePlanSearchIndexOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type FreezePlanSearchIndexOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncScopeSearchIndexManager. 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.Mono<Void>
ReactiveSearchIndexManager. freezePlan(String name, FreezePlanSearchIndexOptions options)
Freeze the assignment of index partitions to nodes.void
ScopeSearchIndexManager. 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.
-