CompletableFuture<List<QueryIndex>> |
AsyncCollectionQueryIndexManager.getAllIndexes() |
Fetches all indexes on this collection.
|
CompletableFuture<List<QueryIndex>> |
AsyncCollectionQueryIndexManager.getAllIndexes(GetAllQueryIndexesOptions options) |
Fetches all indexes from this collection with custom options.
|
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> |
CollectionQueryIndexManager.getAllIndexes() |
Fetches all indexes on this collection.
|
List<QueryIndex> |
CollectionQueryIndexManager.getAllIndexes(GetAllQueryIndexesOptions options) |
Fetches all indexes from this collection 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> |
ReactiveCollectionQueryIndexManager.getAllIndexes() |
Fetches all indexes on this collection.
|
Flux<QueryIndex> |
ReactiveCollectionQueryIndexManager.getAllIndexes(GetAllQueryIndexesOptions options) |
Fetches all indexes from this collection 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.
|