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.ReactiveSearchIndexManager.resumeIngest
(String name, ResumeIngestSearchIndexOptions options) Resumes updates and maintenance for an index.void
ScopeSearchIndexManager.resumeIngest
(String name, ResumeIngestSearchIndexOptions options) Resumes updates and maintenance for an index.void
SearchIndexManager.resumeIngest
(String name, ResumeIngestSearchIndexOptions options) Resumes updates and maintenance for an index.