Package | Description |
---|---|
com.couchbase.client.java.manager.query |
APIs related to N1QL query index management.
|
Modifier and Type | Method and Description |
---|---|
static DropPrimaryQueryIndexOptions |
DropPrimaryQueryIndexOptions.dropPrimaryQueryIndexOptions() |
DropPrimaryQueryIndexOptions |
DropPrimaryQueryIndexOptions.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.dropPrimaryIndex(String bucketName,
DropPrimaryQueryIndexOptions options) |
void |
QueryIndexManager.dropPrimaryIndex(String bucketName,
DropPrimaryQueryIndexOptions options) |
Mono<Void> |
ReactiveQueryIndexManager.dropPrimaryIndex(String bucketName,
DropPrimaryQueryIndexOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.