Package | Description |
---|---|
com.couchbase.client.java.manager.query |
APIs related to N1QL query index management.
|
Modifier and Type | Method and Description |
---|---|
DropPrimaryQueryIndexOptions |
DropPrimaryQueryIndexOptions.collectionName(String collectionName)
Deprecated.
`collection.queryIndexes()` should now be used for collection-related query index operations.
|
static DropPrimaryQueryIndexOptions |
DropPrimaryQueryIndexOptions.dropPrimaryQueryIndexOptions()
Creates a new instance with default values.
|
DropPrimaryQueryIndexOptions |
DropPrimaryQueryIndexOptions.ignoreIfNotExists(boolean ignore)
If the index does not exist, an exception will be thrown unless this is set to true.
|
DropPrimaryQueryIndexOptions |
DropPrimaryQueryIndexOptions.scopeName(String scopeName)
Deprecated.
`collection.queryIndexes()` should now be used for collection-related query index operations.
|
Modifier and Type | Method and Description |
---|---|
Mono<Void> |
ReactiveCollectionQueryIndexManager.dropPrimaryIndex(DropPrimaryQueryIndexOptions options)
Drops the primary index from this collection.
|
CompletableFuture<Void> |
AsyncCollectionQueryIndexManager.dropPrimaryIndex(DropPrimaryQueryIndexOptions options)
Drops the primary index from this collection with custom options.
|
void |
CollectionQueryIndexManager.dropPrimaryIndex(DropPrimaryQueryIndexOptions options)
Drops the primary index from this collection with custom options.
|
void |
QueryIndexManager.dropPrimaryIndex(String bucketName,
DropPrimaryQueryIndexOptions options)
Drops the primary index from a bucket with custom options.
|
Mono<Void> |
ReactiveQueryIndexManager.dropPrimaryIndex(String bucketName,
DropPrimaryQueryIndexOptions options)
Drops the primary index from a bucket with custom options.
|
CompletableFuture<Void> |
AsyncQueryIndexManager.dropPrimaryIndex(String bucketName,
DropPrimaryQueryIndexOptions options)
Drops the primary index from a bucket with custom options.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.