Uses of Class
com.couchbase.client.java.manager.analytics.DropIndexAnalyticsOptions
-
Packages that use DropIndexAnalyticsOptions Package Description com.couchbase.client.java.manager.analytics -
-
Uses of DropIndexAnalyticsOptions in com.couchbase.client.java.manager.analytics
Methods in com.couchbase.client.java.manager.analytics that return DropIndexAnalyticsOptions Modifier and Type Method Description DropIndexAnalyticsOptions
DropIndexAnalyticsOptions. dataverseName(String dataverseName)
The name of the dataverse in which the index exists.static DropIndexAnalyticsOptions
DropIndexAnalyticsOptions. dropIndexAnalyticsOptions()
Creates a new instance with default values.DropIndexAnalyticsOptions
DropIndexAnalyticsOptions. ignoreIfNotExists(boolean ignore)
Ignore the drop operation if the index does not exist.Methods in com.couchbase.client.java.manager.analytics with parameters of type DropIndexAnalyticsOptions Modifier and Type Method Description void
AnalyticsIndexManager. dropIndex(String indexName, String datasetName, DropIndexAnalyticsOptions options)
Drops (removes) an index if it exists with custom options.CompletableFuture<Void>
AsyncAnalyticsIndexManager. dropIndex(String indexName, String datasetName, DropIndexAnalyticsOptions options)
Drops (removes) an index if it exists with custom options.Mono<Void>
ReactiveAnalyticsIndexManager. dropIndex(String indexName, String datasetName, DropIndexAnalyticsOptions options)
Drops (removes) an index if it exists with custom options.
-