CompletableFuture<List<QueryIndex>> |
AsyncQueryIndexManager.getAllIndexes(String bucketName) |
Fetches all indexes from the bucket.
|
CompletableFuture<List<QueryIndex>> |
AsyncQueryIndexManager.getAllIndexes(String bucketName,
GetAllQueryIndexesOptions options) |
Fetches all indexes from the bucket with custom options.
|
List<QueryIndex> |
QueryIndexManager.getAllIndexes(String bucketName) |
Fetches all indexes from the bucket.
|
List<QueryIndex> |
QueryIndexManager.getAllIndexes(String bucketName,
GetAllQueryIndexesOptions options) |
Fetches all indexes from the bucket with custom options.
|
Flux<QueryIndex> |
ReactiveQueryIndexManager.getAllIndexes(String bucketName) |
Fetches all indexes from the bucket.
|
Flux<QueryIndex> |
ReactiveQueryIndexManager.getAllIndexes(String bucketName,
GetAllQueryIndexesOptions options) |
Fetches all indexes from the bucket with custom options.
|