クラスの使用
org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
RedisGeoCommands.GeoRadiusCommandArgs を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
Redis を Spring の概念と統合するためのコアパッケージ。
org.springframework.data.redis.connection 内の RedisGeoCommands.GeoRadiusCommandArgs 使用
修飾子と型メソッド説明protected RedisGeoCommands.GeoRadiusCommandArgsRedisGeoCommands.GeoRadiusCommandArgs.clone()RedisGeoCommands.GeoRadiusCommandArgs.includeCoordinates()RedisGeoCommands.GeoRadiusCommandArgs.Flag.WITHCOORDフラグを設定して、一致するアイテムの経度、緯度座標も返します。RedisGeoCommands.GeoRadiusCommandArgs.includeDistance()RedisGeoCommands.GeoRadiusCommandArgs.Flag.WITHDISTフラグを設定して、指定された中心からの return されたアイテムの距離も返します。RedisGeoCommands.GeoRadiusCommandArgs.limit(long count) 結果を最初の N 個の一致するアイテムに制限します。RedisGeoCommands.GeoRadiusCommandArgs.newGeoRadiusArgs()新しいRedisGeoCommands.GeoRadiusCommandArgsを作成します。RedisGeoCommands.GeoRadiusCommandArgs.sort(Sort.Direction direction) ソート方向を適用します。RedisGeoCommands.GeoRadiusCommandArgs.sortAscending()返されたアイテムを、中心を基準にして、最も近いものから最も遠いものの順に並べ替えます。RedisGeoCommands.GeoRadiusCommandArgs.sortDescending()返されたアイテムを、中心を基準にして、最も遠いものから最も近いものへと並べ替えます。型 RedisGeoCommands.GeoRadiusCommandArgs の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明ReactiveGeoCommands.GeoRadiusByMemberCommand.getArgs()ReactiveGeoCommands.GeoRadiusCommand.getArgs()型 RedisGeoCommands.GeoRadiusCommandArgs のパラメーターを持つ org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明default GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultedRedisConnection.geoRadius(byte[] key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) 使用すべきではありません。GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoRadius(byte[] key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) DefaultStringRedisConnection.geoRadius(StringSE key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) default reactor.core.publisher.Flux<GeoResult<RedisGeoCommands.GeoLocation<ByteBufferSE>>>ReactiveGeoCommands.geoRadius(ByteBufferSE key, Circle circle, RedisGeoCommands.GeoRadiusCommandArgs geoRadiusArgs) 指定されたパラメーターを適用して、指定されたCircleの境界内のメンバーを取得します。GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoRadius(byte[] key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) RedisGeoCommands.GeoRadiusCommandArgsを適用して、特定のCircleの境界内のメンバーを取得します。StringRedisConnection.geoRadius(StringSE key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) RedisGeoCommands.GeoRadiusCommandArgsを適用して、特定のCircleの境界内のメンバーを取得します。default GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultedRedisConnection.geoRadiusByMember(byte[] key, byte[] member, Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) 使用すべきではありません。GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoRadiusByMember(byte[] key, byte[] member, Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) DefaultStringRedisConnection.geoRadiusByMember(StringSE key, StringSE member, Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) default reactor.core.publisher.Flux<GeoResult<RedisGeoCommands.GeoLocation<ByteBufferSE>>>ReactiveGeoCommands.geoRadiusByMember(ByteBufferSE key, ByteBufferSE member, Distance distance, RedisGeoCommands.GeoRadiusCommandArgs geoRadiusArgs) 指定されたパラメーターを適用するメンバーから、指定されたDistance内のメンバーを取得します。GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoRadiusByMember(byte[] key, byte[] member, Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) DistanceとRedisGeoCommands.GeoRadiusCommandArgsを指定して、メンバー座標で定義された円内のメンバーを取得します。StringRedisConnection.geoRadiusByMember(StringSE key, StringSE member, Distance radius, RedisGeoCommands.GeoRadiusCommandArgs args) メンバー座標によって定義され、指定されたDistanceおよびRedisGeoCommands.GeoRadiusCommandArgsの円内のメンバーを取得します。ReactiveGeoCommands.GeoRadiusByMemberCommand.withArgs(RedisGeoCommands.GeoRadiusCommandArgs args) コマンドRedisGeoCommands.GeoRadiusCommandArgsを適用します。ReactiveGeoCommands.GeoRadiusCommand.withArgs(RedisGeoCommands.GeoRadiusCommandArgs args) コマンドRedisGeoCommands.GeoRadiusCommandArgsを適用します。org.springframework.data.redis.connection.lettuce 内の RedisGeoCommands.GeoRadiusCommandArgs 使用
型 RedisGeoCommands.GeoRadiusCommandArgs のパラメーターを持つ org.springframework.data.redis.connection.lettuce のメソッド修飾子と型メソッド説明static io.lettuce.core.GeoArgsLettuceConverters.toGeoArgs(RedisGeoCommands.GeoRadiusCommandArgs args) RedisGeoCommands.GeoRadiusCommandArgsをGeoArgsに変換します。org.springframework.data.redis.core 内の RedisGeoCommands.GeoRadiusCommandArgs 使用
型 RedisGeoCommands.GeoRadiusCommandArgs のパラメーターを持つ org.springframework.data.redis.core のメソッド修飾子と型メソッド説明BoundGeoOperations.radius(M member, Distance distance, RedisGeoCommands.GeoRadiusCommandArgs args) MetricとRedisGeoCommands.GeoRadiusCommandArgsを適用して、メンバーの座標と指定された半径で定義された円内のメンバーを取得します。BoundGeoOperations.radius(Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) RedisGeoCommands.GeoRadiusCommandArgsを適用して、特定のCircleの境界内のメンバーを取得します。GeoOperations.radius(K key, M member, Distance distance, RedisGeoCommands.GeoRadiusCommandArgs args) MetricとRedisGeoCommands.GeoRadiusCommandArgsを適用して、メンバーの座標と指定された半径で定義された円内のメンバーを取得します。GeoOperations.radius(K key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) RedisGeoCommands.GeoRadiusCommandArgsを適用して、特定のCircleの境界内のメンバーを取得します。reactor.core.publisher.Flux<GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.radius(K key, M member, Distance distance, RedisGeoCommands.GeoRadiusCommandArgs args) MetricとRedisGeoCommands.GeoRadiusCommandArgsを適用して、メンバーの座標と指定された半径で定義された円内のメンバーを取得します。reactor.core.publisher.Flux<GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.radius(K key, Circle within, RedisGeoCommands.GeoRadiusCommandArgs args) RedisGeoCommands.GeoRadiusCommandArgsを適用して、特定のCircleの境界内のメンバーを取得します。
RedisCommandsProvider.geoCommands()を推奨。