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.ReactiveSearchIndexManager.unfreezePlan
(String name, UnfreezePlanSearchIndexOptions options) Unfreeze the assignment of index partitions to nodes.void
ScopeSearchIndexManager.unfreezePlan
(String name, UnfreezePlanSearchIndexOptions options) Unfreeze the assignment of index partitions to nodes.void
SearchIndexManager.unfreezePlan
(String name, UnfreezePlanSearchIndexOptions options) Unfreeze the assignment of index partitions to nodes.