Uses of Class
com.couchbase.client.java.manager.search.GetAllSearchIndexesOptions
Packages that use GetAllSearchIndexesOptions
-
Uses of GetAllSearchIndexesOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return GetAllSearchIndexesOptionsModifier and TypeMethodDescriptionstatic GetAllSearchIndexesOptions
GetAllSearchIndexesOptions.getAllSearchIndexesOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type GetAllSearchIndexesOptionsModifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.AsyncSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.reactor.core.publisher.Flux
<SearchIndex> ReactiveSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.ScopeSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.SearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.