Uses of Class
com.couchbase.client.java.manager.search.ResumeIngestSearchIndexOptions
-
Uses of ResumeIngestSearchIndexOptions in com.couchbase.client.java.manager.search
Modifier and TypeMethodDescriptionResumeIngestSearchIndexOptions.resumeIngestSearchIndexOptions()
Modifier 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.