Uses of Class
io.quarkus.redis.datasource.search.AggregationResponse
Packages that use AggregationResponse
-
Uses of AggregationResponse in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return AggregationResponseModifier and TypeMethodDescriptionSearchCommands.ftAggregate
(String indexName, String query) Execute the command FT.AGGREGATE.SearchCommands.ftAggregate
(String indexName, String query, AggregateArgs args) Execute the command FT.AGGREGATE.SearchCommands.ftCursorRead
(String index, long cursor) Execute the command FT.CURSOR READ.SearchCommands.ftCursorRead
(String index, long cursor, int count) Execute the command FT.CURSOR READ.Methods in io.quarkus.redis.datasource.search that return types with arguments of type AggregationResponseModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AggregationResponse>
ReactiveSearchCommands.ftAggregate
(String indexName, String query) Execute the command FT.AGGREGATE.io.smallrye.mutiny.Uni<AggregationResponse>
ReactiveSearchCommands.ftAggregate
(String indexName, String query, AggregateArgs args) Execute the command FT.AGGREGATE.io.smallrye.mutiny.Uni<AggregationResponse>
ReactiveSearchCommands.ftCursorRead
(String index, long cursor) Execute the command FT.CURSOR READ.io.smallrye.mutiny.Uni<AggregationResponse>
ReactiveSearchCommands.ftCursorRead
(String index, long cursor, int count) Execute the command FT.CURSOR READ. -
Uses of AggregationResponse in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return AggregationResponseModifier and TypeMethodDescription(package private) AggregationResponse
ReactiveSearchCommandsImpl.decodeAggregateResponse
(io.vertx.mutiny.redis.client.Response response, boolean cursor) BlockingSearchCommandsImpl.ftAggregate
(String indexName, String query) BlockingSearchCommandsImpl.ftAggregate
(String indexName, String query, AggregateArgs args) BlockingSearchCommandsImpl.ftCursorRead
(String index, long cursor) BlockingSearchCommandsImpl.ftCursorRead
(String index, long cursor, int count) Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type AggregationResponseModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AggregationResponse>
ReactiveSearchCommandsImpl.ftAggregate
(String indexName, String query) io.smallrye.mutiny.Uni<AggregationResponse>
ReactiveSearchCommandsImpl.ftAggregate
(String indexName, String query, AggregateArgs args) io.smallrye.mutiny.Uni<AggregationResponse>
ReactiveSearchCommandsImpl.ftCursorRead
(String index, long cursor) io.smallrye.mutiny.Uni<AggregationResponse>
ReactiveSearchCommandsImpl.ftCursorRead
(String index, long cursor, int count)