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 DropIndexAnalyticsOptionsDropIndexAnalyticsOptions. dataverseName(String dataverseName)The name of the dataverse in which the index exists.static DropIndexAnalyticsOptionsDropIndexAnalyticsOptions. dropIndexAnalyticsOptions()Creates a new instance with default values.DropIndexAnalyticsOptionsDropIndexAnalyticsOptions. 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 voidAnalyticsIndexManager. 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.
-