Uses of Class
com.couchbase.client.java.manager.query.DropPrimaryQueryIndexOptions
Package
Description
APIs related to N1QL query index management.
-
Uses of DropPrimaryQueryIndexOptions in com.couchbase.client.java.manager.query
Modifier and TypeMethodDescriptionDropPrimaryQueryIndexOptions.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.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.Modifier 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.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.ReactiveCollectionQueryIndexManager.dropPrimaryIndex
(DropPrimaryQueryIndexOptions options) Drops the primary index from this collection.ReactiveQueryIndexManager.dropPrimaryIndex
(String bucketName, DropPrimaryQueryIndexOptions options) Drops the primary index from a bucket with custom options.