Uses of Class
com.couchbase.client.java.manager.analytics.DropIndexAnalyticsOptions
Packages that use DropIndexAnalyticsOptions
- 
Uses of DropIndexAnalyticsOptions in com.couchbase.client.java.manager.analyticsMethods in com.couchbase.client.java.manager.analytics that return DropIndexAnalyticsOptionsModifier and TypeMethodDescriptionDropIndexAnalyticsOptions.dataverseName(String dataverseName) The name of the dataverse in which the index exists.static DropIndexAnalyticsOptionsDropIndexAnalyticsOptions.dropIndexAnalyticsOptions()Creates a new instance with default values.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 DropIndexAnalyticsOptionsModifier and TypeMethodDescriptionvoidAnalyticsIndexManager.dropIndex(String indexName, String datasetName, DropIndexAnalyticsOptions options) Drops (removes) an index if it exists with custom options.AsyncAnalyticsIndexManager.dropIndex(String indexName, String datasetName, DropIndexAnalyticsOptions options) Drops (removes) an index if it exists with custom options.reactor.core.publisher.Mono<Void> ReactiveAnalyticsIndexManager.dropIndex(String indexName, String datasetName, DropIndexAnalyticsOptions options) Drops (removes) an index if it exists with custom options.