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) Sets the collection name for this query management operation.static DropPrimaryQueryIndexOptions
DropPrimaryQueryIndexOptions.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.Sets the scope name for this query management operation.Methods in com.couchbase.client.java.manager.query with parameters of type DropPrimaryQueryIndexOptionsModifier and TypeMethodDescriptionAsyncQueryIndexManager.dropPrimaryIndex
(String bucketName, DropPrimaryQueryIndexOptions options) Drops the primary index from a bucket with custom options.void
QueryIndexManager.dropPrimaryIndex
(String bucketName, DropPrimaryQueryIndexOptions options) Drops the primary index from a bucket with custom options.ReactiveQueryIndexManager.dropPrimaryIndex
(String bucketName, DropPrimaryQueryIndexOptions options) Drops the primary index from a bucket with custom options.