Uses of Class
com.couchbase.client.java.manager.search.UnfreezePlanSearchIndexOptions
Packages that use UnfreezePlanSearchIndexOptions
-
Uses of UnfreezePlanSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return UnfreezePlanSearchIndexOptionsModifier and TypeMethodDescriptionUnfreezePlanSearchIndexOptions.unfreezePlanSearchIndexOptions()Methods in com.couchbase.client.java.manager.search with parameters of type UnfreezePlanSearchIndexOptionsModifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.unfreezePlan(String name, UnfreezePlanSearchIndexOptions options) Unfreeze the assignment of index partitions to nodes.AsyncSearchIndexManager.unfreezePlan(String name, UnfreezePlanSearchIndexOptions options) Unfreeze the assignment of index partitions to nodes.reactor.core.publisher.Mono<Void> ReactiveSearchIndexManager.unfreezePlan(String name, UnfreezePlanSearchIndexOptions options) Unfreeze the assignment of index partitions to nodes.voidScopeSearchIndexManager.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.