Class ReactiveGeoCommands.GeoSearchCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoSearchCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveGeoCommands
GEOSEARCH
command parameters.- Since:
- 2.6
- Author:
- Mark Paluch
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionat
(GeoReference<ByteBuffer> reference) Sets the geoset key.getArgs()
getShape()
in
(ByteBuffer key) Sets the geoset key.Sets the command args.Creates a newReactiveGeoCommands.GeoSearchCommand
given aGeoShape
.Methods inherited from class org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
getKey
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.Command
getName
-
Method Details
-
within
Creates a newReactiveGeoCommands.GeoSearchCommand
given aGeoShape
.- Parameters:
shape
- must not be null.- Returns:
- a new
ReactiveGeoCommands.GeoSearchCommand
for aGeoShape
.
-
at
Sets the geoset key. Constructs a new command instance with all previously configured properties.- Parameters:
reference
- must not be null.- Returns:
- a new
ReactiveGeoCommands.GeoSearchCommand
with key applied.
-
in
Sets the geoset key. Constructs a new command instance with all previously configured properties.- Parameters:
key
- must not be null.- Returns:
- a new
ReactiveGeoCommands.GeoSearchCommand
with key applied.
-
with
Sets the command args. Constructs a new command instance with all previously configured properties.- Parameters:
args
- must not be null.- Returns:
- a new
ReactiveGeoCommands.GeoSearchCommand
with args applied.
-
getArgs
-
getReference
-
getShape
-