Uses of Interface
com.couchbase.client.core.api.manager.CoreDropQueryIndexOptions
-
Packages that use CoreDropQueryIndexOptions Package Description com.couchbase.client.core.manager -
-
Uses of CoreDropQueryIndexOptions in com.couchbase.client.core.manager
Methods in com.couchbase.client.core.manager with parameters of type CoreDropQueryIndexOptions Modifier and Type Method Description CompletableFuture<Void>CoreCollectionQueryIndexManager. dropIndex(String indexName, CoreDropQueryIndexOptions options)CompletableFuture<Void>CoreQueryIndexManager. dropIndex(String bucketName, String indexName, CoreDropQueryIndexOptions options)
-