Uses of Class
com.couchbase.client.java.manager.search.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 ResumeIngestSearchIndexOptionsResumeIngestSearchIndexOptions. resumeIngestSearchIndexOptions()Methods in com.couchbase.client.java.manager.search with parameters of type ResumeIngestSearchIndexOptions Modifier and Type Method Description 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.voidSearchIndexManager. resumeIngest(String name, ResumeIngestSearchIndexOptions options)Resumes updates and maintenance for an index.