Uses of Class
io.quarkus.redis.datasource.geo.GeoValue
-
Packages that use GeoValue Package Description io.quarkus.redis.datasource.geo io.quarkus.redis.runtime.datasource -
-
Uses of GeoValue in io.quarkus.redis.datasource.geo
Methods in io.quarkus.redis.datasource.geo that return types with arguments of type GeoValue Modifier and Type Method Description List<GeoValue<V>>GeoCommands. georadius(K key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusArgs geoArgs)Deprecated.See https://redis.io/commands/georadiusList<GeoValue<V>>GeoCommands. georadius(K key, GeoPosition position, double radius, GeoUnit unit, GeoRadiusArgs geoArgs)Deprecated.See https://redis.io/commands/georadiusio.smallrye.mutiny.Uni<List<GeoValue<V>>>ReactiveGeoCommands. georadius(K key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusArgs geoArgs)Deprecated.See https://redis.io/commands/georadiusio.smallrye.mutiny.Uni<List<GeoValue<V>>>ReactiveGeoCommands. georadius(K key, GeoPosition position, double radius, GeoUnit unit, GeoRadiusArgs geoArgs)Deprecated.See https://redis.io/commands/georadiusList<GeoValue<V>>GeoCommands. georadiusbymember(K key, V member, double distance, GeoUnit unit, GeoRadiusArgs geoArgs)Deprecated.See https://redis.io/commands/georadiusbymemberio.smallrye.mutiny.Uni<List<GeoValue<V>>>ReactiveGeoCommands. georadiusbymember(K key, V member, double distance, GeoUnit unit, GeoRadiusArgs geoArgs)Deprecated.See https://redis.io/commands/georadiusbymemberList<GeoValue<V>>GeoCommands. geosearch(K key, GeoSearchArgs<V> args)Execute the command GEOSEARCH.io.smallrye.mutiny.Uni<List<GeoValue<V>>>ReactiveGeoCommands. geosearch(K key, GeoSearchArgs<V> args)Execute the command GEOSEARCH. -
Uses of GeoValue in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type GeoValue Modifier and Type Method Description (package private) List<GeoValue<V>>AbstractGeoCommands. decodeAsListOfGeoValues(io.vertx.mutiny.redis.client.Response r, boolean withDistance, boolean withCoordinates, boolean withHash)List<GeoValue<V>>BlockingGeoCommandsImpl. georadius(K key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusArgs geoArgs)List<GeoValue<V>>BlockingGeoCommandsImpl. georadius(K key, GeoPosition position, double radius, GeoUnit unit, GeoRadiusArgs geoArgs)io.smallrye.mutiny.Uni<List<GeoValue<V>>>ReactiveGeoCommandsImpl. georadius(K key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusArgs geoArgs)io.smallrye.mutiny.Uni<List<GeoValue<V>>>ReactiveGeoCommandsImpl. georadius(K key, GeoPosition position, double radius, GeoUnit unit, GeoRadiusArgs geoArgs)List<GeoValue<V>>BlockingGeoCommandsImpl. georadiusbymember(K key, V member, double distance, GeoUnit unit, GeoRadiusArgs geoArgs)io.smallrye.mutiny.Uni<List<GeoValue<V>>>ReactiveGeoCommandsImpl. georadiusbymember(K key, V member, double distance, GeoUnit unit, GeoRadiusArgs geoArgs)List<GeoValue<V>>BlockingGeoCommandsImpl. geosearch(K key, GeoSearchArgs<V> args)io.smallrye.mutiny.Uni<List<GeoValue<V>>>ReactiveGeoCommandsImpl. geosearch(K key, GeoSearchArgs<V> geoArgs)
-