| Package | Description |
|---|---|
| com.couchbase.client.java.manager.query |
APIs related to N1QL query index management.
|
| Modifier and Type | Method and Description |
|---|---|
static GetAllQueryIndexesOptions |
GetAllQueryIndexesOptions.getAllQueryIndexesOptions() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<QueryIndex>> |
AsyncQueryIndexManager.getAllIndexes(String bucketName,
GetAllQueryIndexesOptions options) |
List<QueryIndex> |
QueryIndexManager.getAllIndexes(String bucketName,
GetAllQueryIndexesOptions options) |
Flux<QueryIndex> |
ReactiveQueryIndexManager.getAllIndexes(String bucketName,
GetAllQueryIndexesOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.