Uses of Class
com.couchbase.client.java.manager.search.UnfreezePlanSearchIndexOptions
-
Uses of UnfreezePlanSearchIndexOptions in com.couchbase.client.java.manager.search
Modifier and TypeMethodDescriptionUnfreezePlanSearchIndexOptions.unfreezePlanSearchIndexOptions()
Modifier 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.