Package | Description |
---|---|
com.couchbase.client.java.manager.query |
APIs related to N1QL query index management.
|
Modifier and Type | Method and Description |
---|---|
static DropQueryIndexOptions |
DropQueryIndexOptions.dropQueryIndexOptions() |
DropQueryIndexOptions |
DropQueryIndexOptions.ignoreIfNotExists(boolean ignore)
If the index does not exist, an exception will be thrown unless this is set to true.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
AsyncQueryIndexManager.dropIndex(String bucketName,
String indexName,
DropQueryIndexOptions options) |
void |
QueryIndexManager.dropIndex(String bucketName,
String indexName,
DropQueryIndexOptions options) |
Mono<Void> |
ReactiveQueryIndexManager.dropIndex(String bucketName,
String indexName,
DropQueryIndexOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.