Uses of Class
io.quarkus.redis.datasource.geo.GeoAddArgs
Packages that use GeoAddArgs
-
Uses of GeoAddArgs in io.quarkus.redis.datasource.geo
Methods in io.quarkus.redis.datasource.geo that return GeoAddArgsModifier and TypeMethodDescriptionGeoAddArgs.ch()Modify the return value from the number of new elements added, to the total number of elements changed.GeoAddArgs.nx()Don't update already existing elements.GeoAddArgs.xx()Only update elements that already exist.Methods in io.quarkus.redis.datasource.geo with parameters of type GeoAddArgsModifier and TypeMethodDescriptionbooleanGeoCommands.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 GeoAddArgsModifier and TypeFieldDescription(package private) static final GeoAddArgsReactiveGeoCommandsImpl.DEFAULT_INSTANCEMethods in io.quarkus.redis.runtime.datasource with parameters of type GeoAddArgsModifier and TypeMethodDescription(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)