Uses of Class
io.quarkus.redis.datasource.geo.GeoAddArgs
-
Packages that use GeoAddArgs Package Description io.quarkus.redis.datasource.geo io.quarkus.redis.runtime.datasource -
-
Uses of GeoAddArgs in io.quarkus.redis.datasource.geo
Methods in io.quarkus.redis.datasource.geo that return GeoAddArgs Modifier and Type Method Description GeoAddArgsGeoAddArgs. ch()Modify the return value from the number of new elements added, to the total number of elements changed.GeoAddArgsGeoAddArgs. nx()Don't update already existing elements.GeoAddArgsGeoAddArgs. xx()Only update elements that already exist.Methods in io.quarkus.redis.datasource.geo with parameters of type GeoAddArgs Modifier and Type Method Description booleanGeoCommands. geoadd(K key, double longitude, double latitude, V member, GeoAddArgs args)Execute the command GEOADD.intGeoCommands. geoadd(K key, GeoAddArgs args, GeoItem<V>... items)Execute the command GEOADD.booleanGeoCommands. geoadd(K key, GeoItem<V> item, GeoAddArgs args)Execute the command GEOADD.io.smallrye.mutiny.Uni<Boolean>ReactiveGeoCommands. geoadd(K key, double longitude, double latitude, V member, 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, GeoAddArgs args)Execute the command GEOADD.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalGeoCommands. geoadd(K key, double longitude, double latitude, V member, 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, GeoAddArgs args)Execute the command GEOADD.voidTransactionalGeoCommands. geoadd(K key, double longitude, double latitude, V member, 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, GeoAddArgs args)Execute the command GEOADD. -
Uses of GeoAddArgs in io.quarkus.redis.runtime.datasource
Fields in io.quarkus.redis.runtime.datasource declared as GeoAddArgs Modifier and Type Field Description (package private) static GeoAddArgsReactiveGeoCommandsImpl. DEFAULT_INSTANCEMethods in io.quarkus.redis.runtime.datasource with parameters of type GeoAddArgs Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractGeoCommands. _geoadd(K key, double longitude, double latitude, V member, GeoAddArgs args)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractGeoCommands. _geoadd(K key, GeoAddArgs args, GeoItem<V>... items)booleanBlockingGeoCommandsImpl. geoadd(K key, double longitude, double latitude, V member, GeoAddArgs args)intBlockingGeoCommandsImpl. geoadd(K key, GeoAddArgs args, GeoItem<V>... items)booleanBlockingGeoCommandsImpl. geoadd(K key, GeoItem<V> item, GeoAddArgs args)voidBlockingTransactionalGeoCommandsImpl. geoadd(K key, double longitude, double latitude, V member, GeoAddArgs args)voidBlockingTransactionalGeoCommandsImpl. geoadd(K key, GeoAddArgs args, GeoItem<V>... items)voidBlockingTransactionalGeoCommandsImpl. geoadd(K key, GeoItem<V> item, GeoAddArgs args)io.smallrye.mutiny.Uni<Boolean>ReactiveGeoCommandsImpl. geoadd(K key, double longitude, double latitude, V member, 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, GeoAddArgs args)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalGeoCommandsImpl. geoadd(K key, double longitude, double latitude, V member, 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, GeoAddArgs args)
-