Uses of Class
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveGeoCommands.GeoRadiusCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveGeoCommands.GeoRadiusCommand.forKey
(ByteBuffer key) Applies the Geo set key.ReactiveGeoCommands.GeoRadiusCommand.from
(org.springframework.data.geo.Point center) Sets the centerPoint
.ReactiveGeoCommands.GeoRadiusCommand.limitTo
(long limit) Applies the limit.ReactiveGeoCommands.GeoRadiusCommand.orderByDistanceAsc()
Applies ascending sort by distance.ReactiveGeoCommands.GeoRadiusCommand.orderByDistanceDesc()
Applies descending sort by distance.ReactiveGeoCommands.GeoRadiusCommand.sort
(org.springframework.data.domain.Sort.Direction direction) Applies the distance sortSort.Direction
.ReactiveGeoCommands.GeoRadiusCommand.storeAt
(ByteBuffer key) NOTE: STORE option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.ReactiveGeoCommands.GeoRadiusCommand.storeDistAt
(ByteBuffer key) NOTE: STOREDIST option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.ReactiveGeoCommands.GeoRadiusCommand.withArgs
(RedisGeoCommands.GeoRadiusCommandArgs args) Applies commandRedisGeoCommands.GeoRadiusCommandArgs
.ReactiveGeoCommands.GeoRadiusCommand.withCoord()
Enables coordinate retrieval.ReactiveGeoCommands.GeoRadiusCommand.withDist()
Enables distance retrieval.ReactiveGeoCommands.GeoRadiusCommand.withFlag
(RedisGeoCommands.GeoRadiusCommandArgs.Flag flag) Applies commandflags
.ReactiveGeoCommands.GeoRadiusCommand.within
(org.springframework.data.geo.Circle circle) Creates a newReactiveGeoCommands.GeoRadiusCommand
given aCircle
.ReactiveGeoCommands.GeoRadiusCommand.within
(org.springframework.data.geo.Distance distance) Creates a newReactiveGeoCommands.GeoRadiusCommand
given aDistance
.ReactiveGeoCommands.GeoRadiusCommand.withinFeet
(double distance) Creates a newReactiveGeoCommands.GeoRadiusCommand
given a distance inRedisGeoCommands.DistanceUnit.FEET
.ReactiveGeoCommands.GeoRadiusCommand.withinKilometers
(double distance) Creates a newReactiveGeoCommands.GeoRadiusCommand
given a distance inRedisGeoCommands.DistanceUnit.KILOMETERS
.ReactiveGeoCommands.GeoRadiusCommand.withinMeters
(double distance) Creates a newReactiveGeoCommands.GeoRadiusCommand
given a distance inRedisGeoCommands.DistanceUnit.METERS
.ReactiveGeoCommands.GeoRadiusCommand.withinMiles
(double distance) Creates a newReactiveGeoCommands.GeoRadiusCommand
given a distance inRedisGeoCommands.DistanceUnit.MILES
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoRadiusCommand,
reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>>> ReactiveGeoCommands.geoRadius
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoRadiusCommand> commands) Get the members within the boundaries of a givenCircle
applying given parameters.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoRadiusCommand,
reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>>> ReactiveGeoCommands.geoRadius
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoRadiusCommand> commands) Get the members within the boundaries of a givenCircle
applying given parameters.