Uses of Class
io.quarkus.redis.datasource.geo.GeoItem
Packages that use GeoItem
-
Uses of GeoItem in io.quarkus.redis.datasource.geo
Methods in io.quarkus.redis.datasource.geo that return GeoItemModifier and TypeMethodDescriptionstatic <V> GeoItem<V>GeoItem.of(V item, double longitude, double latitude) static <V> GeoItem<V>GeoItem.of(V item, GeoPosition position) Methods in io.quarkus.redis.datasource.geo with parameters of type GeoItemModifier and TypeMethodDescriptionintGeoCommands.geoadd(K key, GeoAddArgs args, GeoItem<V>... items) Execute the command GEOADD.booleanExecute the command GEOADD.intExecute the command GEOADD.booleanGeoCommands.geoadd(K key, GeoItem<V> item, GeoAddArgs args) Execute the command GEOADD.io.smallrye.mutiny.Uni<Integer>ReactiveGeoCommands.geoadd(K key, GeoAddArgs args, GeoItem<V>... items) Execute the command GEOADD.io.smallrye.mutiny.Uni<Boolean>Execute the command GEOADD.io.smallrye.mutiny.Uni<Integer>Execute the command GEOADD.io.smallrye.mutiny.Uni<Boolean>ReactiveGeoCommands.geoadd(K key, GeoItem<V> item, GeoAddArgs args) Execute the command GEOADD.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalGeoCommands.geoadd(K key, GeoAddArgs args, GeoItem<V>... items) Execute the command GEOADD.io.smallrye.mutiny.Uni<Void>Execute the command GEOADD.io.smallrye.mutiny.Uni<Void>Execute the command GEOADD.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalGeoCommands.geoadd(K key, GeoItem<V> item, GeoAddArgs args) Execute the command GEOADD.voidTransactionalGeoCommands.geoadd(K key, GeoAddArgs args, GeoItem<V>... items) Execute the command GEOADD.voidExecute the command GEOADD.voidExecute the command GEOADD.voidTransactionalGeoCommands.geoadd(K key, GeoItem<V> item, GeoAddArgs args) Execute the command GEOADD. -
Uses of GeoItem in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type GeoItemModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractGeoCommands._geoadd(K key, GeoAddArgs args, GeoItem<V>... items) (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>intBlockingGeoCommandsImpl.geoadd(K key, GeoAddArgs args, GeoItem<V>... items) booleanintbooleanBlockingGeoCommandsImpl.geoadd(K key, GeoItem<V> item, GeoAddArgs args) voidBlockingTransactionalGeoCommandsImpl.geoadd(K key, GeoAddArgs args, GeoItem<V>... items) voidvoidvoidBlockingTransactionalGeoCommandsImpl.geoadd(K key, GeoItem<V> item, GeoAddArgs args) io.smallrye.mutiny.Uni<Integer>ReactiveGeoCommandsImpl.geoadd(K key, GeoAddArgs args, GeoItem<V>... items) io.smallrye.mutiny.Uni<Boolean>io.smallrye.mutiny.Uni<Integer>io.smallrye.mutiny.Uni<Boolean>ReactiveGeoCommandsImpl.geoadd(K key, GeoItem<V> item, GeoAddArgs args) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalGeoCommandsImpl.geoadd(K key, GeoAddArgs args, GeoItem<V>... items) io.smallrye.mutiny.Uni<Void>io.smallrye.mutiny.Uni<Void>io.smallrye.mutiny.Uni<Void>ReactiveTransactionalGeoCommandsImpl.geoadd(K key, GeoItem<V> item, GeoAddArgs args)