Uses of Class
com.couchbase.client.java.manager.search.FreezePlanSearchIndexOptions
-
Uses of FreezePlanSearchIndexOptions in com.couchbase.client.java.manager.search
Modifier and TypeMethodDescriptionstatic FreezePlanSearchIndexOptions
FreezePlanSearchIndexOptions.freezePlanSearchIndexOptions()
Modifier 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.