Uses of Interface
io.quarkus.redis.datasource.graph.GraphQueryResponseItem
-
Packages that use GraphQueryResponseItem Package Description io.quarkus.redis.datasource.graph io.quarkus.redis.runtime.datasource -
-
Uses of GraphQueryResponseItem in io.quarkus.redis.datasource.graph
Subinterfaces of GraphQueryResponseItem in io.quarkus.redis.datasource.graph Modifier and Type Interface Description static interfaceGraphQueryResponseItem.NodeItemstatic interfaceGraphQueryResponseItem.RelationItemstatic interfaceGraphQueryResponseItem.ScalarItemMethods in io.quarkus.redis.datasource.graph that return types with arguments of type GraphQueryResponseItem Modifier and Type Method Description List<Map<String,GraphQueryResponseItem>>GraphCommands. graphQuery(K key, String query)Execute the command GRAPH.QUERY.List<Map<String,GraphQueryResponseItem>>GraphCommands. graphQuery(K key, String query, Duration timeout)Execute the command GRAPH.QUERY.io.smallrye.mutiny.Uni<List<Map<String,GraphQueryResponseItem>>>ReactiveGraphCommands. graphQuery(K key, String query)Execute the command GRAPH.QUERY.io.smallrye.mutiny.Uni<List<Map<String,GraphQueryResponseItem>>>ReactiveGraphCommands. graphQuery(K key, String query, Duration timeout)Execute the command GRAPH.QUERY. -
Uses of GraphQueryResponseItem in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type GraphQueryResponseItem Modifier and Type Method Description (package private) static List<Map<String,GraphQueryResponseItem>>ReactiveGraphCommandsImpl. decodeQueryResponse(io.vertx.mutiny.redis.client.Response r)List<Map<String,GraphQueryResponseItem>>BlockingGraphCommandsImpl. graphQuery(K key, String query)List<Map<String,GraphQueryResponseItem>>BlockingGraphCommandsImpl. graphQuery(K key, String query, Duration timeout)io.smallrye.mutiny.Uni<List<Map<String,GraphQueryResponseItem>>>ReactiveGraphCommandsImpl. graphQuery(K key, String query)io.smallrye.mutiny.Uni<List<Map<String,GraphQueryResponseItem>>>ReactiveGraphCommandsImpl. graphQuery(K key, String query, Duration timeout)
-