Uses of Class
com.couchbase.client.java.manager.search.GetAllSearchIndexesOptions
| Package | Description |
|---|---|
| com.couchbase.client.java.manager.search |
-
Uses of GetAllSearchIndexesOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return GetAllSearchIndexesOptions Modifier and Type Method Description static GetAllSearchIndexesOptionsGetAllSearchIndexesOptions. getAllSearchIndexesOptions()Methods in com.couchbase.client.java.manager.search with parameters of type GetAllSearchIndexesOptions Modifier and Type Method Description CompletableFuture<List<SearchIndex>>AsyncSearchIndexManager. getAllIndexes(GetAllSearchIndexesOptions options)Fetches all indexes from the server.Flux<SearchIndex>ReactiveSearchIndexManager. getAllIndexes(GetAllSearchIndexesOptions options)Fetches all indexes from the server.List<SearchIndex>SearchIndexManager. getAllIndexes(GetAllSearchIndexesOptions options)Fetches all indexes from the server.