Uses of Class
com.couchbase.client.java.manager.query.DropPrimaryQueryIndexOptions
Packages that use DropPrimaryQueryIndexOptions
Package
Description
APIs related to N1QL query index management.
-
Uses of DropPrimaryQueryIndexOptions in com.couchbase.client.java.manager.query
Methods in com.couchbase.client.java.manager.query that return DropPrimaryQueryIndexOptionsModifier and TypeMethodDescriptionDropPrimaryQueryIndexOptions.collectionName(String collectionName) Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.static DropPrimaryQueryIndexOptionsDropPrimaryQueryIndexOptions.dropPrimaryQueryIndexOptions()Creates a new instance with default values.DropPrimaryQueryIndexOptions.ignoreIfNotExists(boolean ignore) If the index does not exist, an exception will be thrown unless this is set to true.Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.Methods in com.couchbase.client.java.manager.query with parameters of type DropPrimaryQueryIndexOptionsModifier and TypeMethodDescriptionAsyncCollectionQueryIndexManager.dropPrimaryIndex(DropPrimaryQueryIndexOptions options) Drops the primary index from this collection with custom options.AsyncQueryIndexManager.dropPrimaryIndex(String bucketName, DropPrimaryQueryIndexOptions options) Drops the primary index from a bucket with custom options.voidCollectionQueryIndexManager.dropPrimaryIndex(DropPrimaryQueryIndexOptions options) Drops the primary index from this collection with custom options.voidQueryIndexManager.dropPrimaryIndex(String bucketName, DropPrimaryQueryIndexOptions options) Drops the primary index from a bucket with custom options.reactor.core.publisher.Mono<Void> ReactiveCollectionQueryIndexManager.dropPrimaryIndex(DropPrimaryQueryIndexOptions options) Drops the primary index from this collection.reactor.core.publisher.Mono<Void> ReactiveQueryIndexManager.dropPrimaryIndex(String bucketName, DropPrimaryQueryIndexOptions options) Drops the primary index from a bucket with custom options.