Uses of Class
com.couchbase.client.java.manager.analytics.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)
static DropIndexAnalyticsOptions
DropIndexAnalyticsOptions. dropIndexAnalyticsOptions()
DropIndexAnalyticsOptions
DropIndexAnalyticsOptions. ignoreIfNotExists(boolean ignore)
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)
CompletableFuture<Void>
AsyncAnalyticsIndexManager. dropIndex(String indexName, String datasetName, DropIndexAnalyticsOptions options)
Mono<Void>
ReactiveAnalyticsIndexManager. dropIndex(String indexName, String datasetName, DropIndexAnalyticsOptions options)