Uses of Class
com.couchbase.client.java.manager.search.FreezePlanSearchIndexOptions
Packages that use FreezePlanSearchIndexOptions
-
Uses of FreezePlanSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return FreezePlanSearchIndexOptionsModifier and TypeMethodDescriptionstatic FreezePlanSearchIndexOptionsFreezePlanSearchIndexOptions.freezePlanSearchIndexOptions()Methods in com.couchbase.client.java.manager.search with parameters of type FreezePlanSearchIndexOptionsModifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.freezePlan(String name, FreezePlanSearchIndexOptions options) Freeze the assignment of index partitions to nodes.AsyncSearchIndexManager.freezePlan(String name, FreezePlanSearchIndexOptions options) Freeze the assignment of index partitions to nodes.reactor.core.publisher.Mono<Void> ReactiveSearchIndexManager.freezePlan(String name, FreezePlanSearchIndexOptions options) Freeze the assignment of index partitions to nodes.voidScopeSearchIndexManager.freezePlan(String name, FreezePlanSearchIndexOptions options) Freeze the assignment of index partitions to nodes.voidSearchIndexManager.freezePlan(String name, FreezePlanSearchIndexOptions options) Freeze the assignment of index partitions to nodes.