Uses of Class
io.quarkus.redis.datasource.geo.GeoItem
-
Packages that use GeoItem Package Description io.quarkus.redis.datasource.geo io.quarkus.redis.runtime.datasource -
-
Uses of GeoItem in io.quarkus.redis.datasource.geo
Methods in io.quarkus.redis.datasource.geo that return GeoItem Modifier and Type Method Description static <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 GeoItem Modifier and Type Method Description intGeoCommands. geoadd(K key, GeoAddArgs args, GeoItem<V>... items)Execute the command GEOADD.booleanGeoCommands. geoadd(K key, GeoItem<V> item)Execute the command GEOADD.intGeoCommands. geoadd(K key, GeoItem<V>... items)Execute 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>ReactiveGeoCommands. geoadd(K key, GeoItem<V> item)Execute the command GEOADD.io.smallrye.mutiny.Uni<Integer>ReactiveGeoCommands. geoadd(K key, GeoItem<V>... items)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>ReactiveTransactionalGeoCommands. geoadd(K key, GeoItem<V> item)Execute the command GEOADD.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalGeoCommands. geoadd(K key, GeoItem<V>... items)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.voidTransactionalGeoCommands. geoadd(K key, GeoItem<V> item)Execute the command GEOADD.voidTransactionalGeoCommands. geoadd(K key, GeoItem<V>... items)Execute 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 GeoItem Modifier and Type Method Description (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>AbstractGeoCommands. _geoadd(K key, GeoItem<V>... items)intBlockingGeoCommandsImpl. geoadd(K key, GeoAddArgs args, GeoItem<V>... items)booleanBlockingGeoCommandsImpl. geoadd(K key, GeoItem<V> item)intBlockingGeoCommandsImpl. geoadd(K key, GeoItem<V>... items)booleanBlockingGeoCommandsImpl. geoadd(K key, GeoItem<V> item, GeoAddArgs args)voidBlockingTransactionalGeoCommandsImpl. geoadd(K key, GeoAddArgs args, GeoItem<V>... items)voidBlockingTransactionalGeoCommandsImpl. geoadd(K key, GeoItem<V> item)voidBlockingTransactionalGeoCommandsImpl. geoadd(K key, GeoItem<V>... items)voidBlockingTransactionalGeoCommandsImpl. 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>ReactiveGeoCommandsImpl. geoadd(K key, GeoItem<V> item)io.smallrye.mutiny.Uni<Integer>ReactiveGeoCommandsImpl. geoadd(K key, GeoItem<V>... items)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>ReactiveTransactionalGeoCommandsImpl. geoadd(K key, GeoItem<V> item)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalGeoCommandsImpl. geoadd(K key, GeoItem<V>... items)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalGeoCommandsImpl. geoadd(K key, GeoItem<V> item, GeoAddArgs args)
-