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