クラスの使用
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
ReactiveGeoCommands.GeoRadiusCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveGeoCommands.GeoRadiusCommand 使用
修飾子と型メソッド説明ReactiveGeoCommands.GeoRadiusCommand.forKey
(ByteBufferSE key) Geo セットキーを適用します。中心Point
を設定します。ReactiveGeoCommands.GeoRadiusCommand.limitTo
(long limit) 制限を適用します。ReactiveGeoCommands.GeoRadiusCommand.orderByDistanceAsc()
距離による昇順の並べ替えを適用します。ReactiveGeoCommands.GeoRadiusCommand.orderByDistanceDesc()
距離による降順の並べ替えを適用します。ReactiveGeoCommands.GeoRadiusCommand.sort
(Sort.Direction direction) 距離ソートSort.Direction
を適用します。ReactiveGeoCommands.GeoRadiusCommand.storeAt
(ByteBufferSE key) 注意 : STORE オプションは、WITHDIST、WITHHASH、WITHCOORDS オプションと互換性がありません。ReactiveGeoCommands.GeoRadiusCommand.storeDistAt
(ByteBufferSE key) 注意 : STOREDIST オプションは、WITHDIST、WITHHASH、WITHCOORDS オプションと互換性がありません。ReactiveGeoCommands.GeoRadiusCommand.withArgs
(RedisGeoCommands.GeoRadiusCommandArgs args) コマンドRedisGeoCommands.GeoRadiusCommandArgs
を適用します。ReactiveGeoCommands.GeoRadiusCommand.withCoord()
座標検索を有効にします。ReactiveGeoCommands.GeoRadiusCommand.withDist()
距離の取得を有効にします。ReactiveGeoCommands.GeoRadiusCommand.withFlag
(RedisGeoCommands.GeoRadiusCommandArgs.Flag flag) コマンドflags
を適用します。Circle
を指定して新しいReactiveGeoCommands.GeoRadiusCommand
を作成します。Distance
を指定して新しいReactiveGeoCommands.GeoRadiusCommand
を作成します。ReactiveGeoCommands.GeoRadiusCommand.withinFeet
(double distance) RedisGeoCommands.DistanceUnit.FEET
で距離を指定して、新しいReactiveGeoCommands.GeoRadiusCommand
を作成します。ReactiveGeoCommands.GeoRadiusCommand.withinKilometers
(double distance) RedisGeoCommands.DistanceUnit.KILOMETERS
で距離を指定して、新しいReactiveGeoCommands.GeoRadiusCommand
を作成します。ReactiveGeoCommands.GeoRadiusCommand.withinMeters
(double distance) RedisGeoCommands.DistanceUnit.METERS
で距離を指定して、新しいReactiveGeoCommands.GeoRadiusCommand
を作成します。ReactiveGeoCommands.GeoRadiusCommand.withinMiles
(double distance) RedisGeoCommands.DistanceUnit.MILES
で距離を指定して、新しいReactiveGeoCommands.GeoRadiusCommand
を作成します。型 ReactiveGeoCommands.GeoRadiusCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoRadiusCommand,
reactor.core.publisher.Flux<GeoResult<RedisGeoCommands.GeoLocation<ByteBufferSE>>>>> ReactiveGeoCommands.geoRadius
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoRadiusCommand> commands) 指定されたパラメーターを適用して、指定されたCircle
の境界内のメンバーを取得します。型 ReactiveGeoCommands.GeoRadiusCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoRadiusCommand,
reactor.core.publisher.Flux<GeoResult<RedisGeoCommands.GeoLocation<ByteBufferSE>>>>> ReactiveGeoCommands.geoRadius
(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoRadiusCommand> commands) 指定されたパラメーターを適用して、指定されたCircle
の境界内のメンバーを取得します。