Uses of Class
com.couchbase.client.java.manager.analytics.DropIndexAnalyticsOptions
-
Uses of DropIndexAnalyticsOptions in com.couchbase.client.java.manager.analytics
Modifier and TypeMethodDescriptionDropIndexAnalyticsOptions.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.ignoreIfNotExists
(boolean ignore) Ignore the drop operation if the index does not exist.Modifier and TypeMethodDescriptionvoid
AnalyticsIndexManager.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.ReactiveAnalyticsIndexManager.dropIndex
(String indexName, String datasetName, DropIndexAnalyticsOptions options) Drops (removes) an index if it exists with custom options.