Uses of Class
com.couchbase.client.java.manager.search.ResumeIngestSearchIndexOptions
-
Packages that use ResumeIngestSearchIndexOptions Package Description com.couchbase.client.java.manager.search -
-
Uses of ResumeIngestSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return ResumeIngestSearchIndexOptions Modifier and Type Method Description static ResumeIngestSearchIndexOptions
ResumeIngestSearchIndexOptions. resumeIngestSearchIndexOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type ResumeIngestSearchIndexOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncScopeSearchIndexManager. resumeIngest(String name, ResumeIngestSearchIndexOptions options)
Resumes updates and maintenance for an index.CompletableFuture<Void>
AsyncSearchIndexManager. resumeIngest(String name, ResumeIngestSearchIndexOptions options)
Resumes updates and maintenance for an index.Mono<Void>
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.
-