Uses of Class
com.couchbase.client.java.manager.search.UnfreezePlanSearchIndexOptions
-
Packages that use UnfreezePlanSearchIndexOptions Package Description com.couchbase.client.java.manager.search -
-
Uses of UnfreezePlanSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return UnfreezePlanSearchIndexOptions Modifier and Type Method Description static UnfreezePlanSearchIndexOptionsUnfreezePlanSearchIndexOptions. unfreezePlanSearchIndexOptions()Methods in com.couchbase.client.java.manager.search with parameters of type UnfreezePlanSearchIndexOptions Modifier and Type Method Description CompletableFuture<Void>AsyncSearchIndexManager. unfreezePlan(String name, UnfreezePlanSearchIndexOptions options)Unfreeze the assignment of index partitions to nodes.Mono<Void>ReactiveSearchIndexManager. unfreezePlan(String name, UnfreezePlanSearchIndexOptions options)Unfreeze the assignment of index partitions to nodes.voidSearchIndexManager. unfreezePlan(String name, UnfreezePlanSearchIndexOptions options)Unfreeze the assignment of index partitions to nodes.
-