Uses of Class
com.couchbase.client.java.manager.search.PauseIngestSearchIndexOptions
Packages that use PauseIngestSearchIndexOptions
-
Uses of PauseIngestSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return PauseIngestSearchIndexOptionsMethods in com.couchbase.client.java.manager.search with parameters of type PauseIngestSearchIndexOptionsModifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.pauseIngest(String name, PauseIngestSearchIndexOptions options) Pauses updates and maintenance for an index.AsyncSearchIndexManager.pauseIngest(String name, PauseIngestSearchIndexOptions options) Pauses updates and maintenance for an index.reactor.core.publisher.Mono<Void> ReactiveSearchIndexManager.pauseIngest(String name, PauseIngestSearchIndexOptions options) Pauses updates and maintenance for an index.voidScopeSearchIndexManager.pauseIngest(String name, PauseIngestSearchIndexOptions options) Pauses updates and maintenance for an index.voidSearchIndexManager.pauseIngest(String name, PauseIngestSearchIndexOptions options) Pauses updates and maintenance for an index.