Package | Description |
---|---|
com.couchbase.client.java.manager.analytics |
Modifier and Type | Method and Description |
---|---|
DropIndexAnalyticsOptions |
DropIndexAnalyticsOptions.dataverseName(String dataverseName) |
static DropIndexAnalyticsOptions |
DropIndexAnalyticsOptions.dropIndexAnalyticsOptions() |
DropIndexAnalyticsOptions |
DropIndexAnalyticsOptions.ignoreIfNotExists(boolean ignore) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
AsyncAnalyticsIndexManager.dropIndex(String indexName,
String datasetName,
DropIndexAnalyticsOptions options) |
Mono<Void> |
ReactiveAnalyticsIndexManager.dropIndex(String indexName,
String datasetName,
DropIndexAnalyticsOptions options) |
void |
AnalyticsIndexManager.dropIndex(String indexName,
String datasetName,
DropIndexAnalyticsOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.