Uses of Class
com.couchbase.client.java.manager.query.AsyncQueryIndexManager
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
APIs related to N1QL query index management.
-
Uses of AsyncQueryIndexManager in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCluster.queryIndexes()
Provides access to the N1QL index management services. -
Uses of AsyncQueryIndexManager in com.couchbase.client.java.manager.query
Modifier and TypeMethodDescriptionQueryIndexManager.async()
Provides access to theAsyncQueryIndexManager
.ReactiveQueryIndexManager.async()
Provides access to theAsyncQueryIndexManager
.ModifierConstructorDescriptionCreates a newQueryIndexManager
.Creates a newReactiveQueryIndexManager
.