Class AsyncQueryIndexManager
java.lang.Object
com.couchbase.client.java.manager.query.AsyncQueryIndexManager
public class AsyncQueryIndexManager extends Object
-
Constructor Summary
Constructors Constructor Description AsyncQueryIndexManager(AsyncCluster cluster)
-
Method Summary
-
Constructor Details
-
AsyncQueryIndexManager
-
-
Method Details
-
createIndex
public CompletableFuture<Void> createIndex(String bucketName, String indexName, Collection<String> fields) -
createIndex
public CompletableFuture<Void> createIndex(String bucketName, String indexName, Collection<String> fields, CreateQueryIndexOptions options) -
createPrimaryIndex
-
createPrimaryIndex
public CompletableFuture<Void> createPrimaryIndex(String bucketName, CreatePrimaryQueryIndexOptions options) -
getAllIndexes
-
getAllIndexes
public CompletableFuture<List<QueryIndex>> getAllIndexes(String bucketName, GetAllQueryIndexesOptions options) -
dropPrimaryIndex
-
dropPrimaryIndex
public CompletableFuture<Void> dropPrimaryIndex(String bucketName, DropPrimaryQueryIndexOptions options) -
dropIndex
-
dropIndex
public CompletableFuture<Void> dropIndex(String bucketName, String indexName, DropQueryIndexOptions options) -
buildDeferredIndexes
-
buildDeferredIndexes
public CompletableFuture<Void> buildDeferredIndexes(String bucketName, BuildQueryIndexOptions options) -
watchIndexes
public CompletableFuture<Void> watchIndexes(String bucketName, Collection<String> indexNames, Duration timeout) -
watchIndexes
public CompletableFuture<Void> watchIndexes(String bucketName, Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options)
-