public class ReactiveQueryIndexManager extends Object
Constructor and Description |
---|
ReactiveQueryIndexManager(AsyncQueryIndexManager async) |
public ReactiveQueryIndexManager(AsyncQueryIndexManager async)
public Mono<Void> createIndex(String bucketName, String indexName, Collection<String> fields)
public Mono<Void> createIndex(String bucketName, String indexName, Collection<String> fields, CreateQueryIndexOptions options)
public Mono<Void> createPrimaryIndex(String bucketName, CreatePrimaryQueryIndexOptions options)
public Flux<QueryIndex> getAllIndexes(String bucketName)
public Flux<QueryIndex> getAllIndexes(String bucketName, GetAllQueryIndexesOptions options)
public Mono<Void> dropPrimaryIndex(String bucketName, DropPrimaryQueryIndexOptions options)
public Mono<Void> dropIndex(String bucketName, String indexName, DropQueryIndexOptions options)
public Mono<Void> buildDeferredIndexes(String bucketName, BuildQueryIndexOptions options)
public Mono<Void> watchIndexes(String bucketName, Collection<String> indexNames, Duration timeout)
public Mono<Void> watchIndexes(String bucketName, Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options)
Copyright © 2021 Couchbase, Inc.. All rights reserved.