public class RedissonReactiveGeoCommands extends Object implements org.springframework.data.redis.connection.ReactiveGeoCommands
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand, org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand,Long>> |
geoAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand,org.springframework.data.geo.Distance>> |
geoDist(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand,String>> |
geoHash(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand,org.springframework.data.geo.Point>> |
geoPos(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand,reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>>> |
geoRadius(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand,reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>>> |
geoRadiusByMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand> commands) |
static byte[] |
toByteArray(ByteBuffer buffer) |
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand,Long>> geoAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand> commands)
geoAdd in interface org.springframework.data.redis.connection.ReactiveGeoCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand,org.springframework.data.geo.Distance>> geoDist(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand> commands)
geoDist in interface org.springframework.data.redis.connection.ReactiveGeoCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand,String>> geoHash(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand> commands)
geoHash in interface org.springframework.data.redis.connection.ReactiveGeoCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand,org.springframework.data.geo.Point>> geoPos(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand> commands)
geoPos in interface org.springframework.data.redis.connection.ReactiveGeoCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand,reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>>> geoRadius(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand> commands)
geoRadius in interface org.springframework.data.redis.connection.ReactiveGeoCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand,reactor.core.publisher.Flux<org.springframework.data.geo.GeoResult<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>>> geoRadiusByMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand> commands)
geoRadiusByMember in interface org.springframework.data.redis.connection.ReactiveGeoCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2021 Redisson. All rights reserved.