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 FreezePlanSearchIndexOptions
FreezePlanSearchIndexOptions.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.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.