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.GeoSearchCommandgiven aGeoShape.Methods inherited from class org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
getKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.Command
getName 
- 
Method Details
- 
within
Creates a newReactiveGeoCommands.GeoSearchCommandgiven aGeoShape.- Parameters:
 shape- must not be null.- Returns:
 - a new 
ReactiveGeoCommands.GeoSearchCommandfor 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.GeoSearchCommandwith 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.GeoSearchCommandwith 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.GeoSearchCommandwith args applied. 
 - 
getArgs
 - 
getReference
 - 
getShape
 
 -