Class ReactiveGeoCommands.GeoPosCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
ReactiveGeoCommands
GEOPOS command parameters.- Since:
- 2.0
- Author:
- Christoph Strobl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionmember(ByteBuffer member) Creates a newReactiveGeoCommands.GeoPosCommandgiven a member.members(Collection<ByteBuffer> members) Creates a newReactiveGeoCommands.GeoPosCommandgiven aCollectionof values.of(ByteBuffer key) Applies the Geo set key.Methods inherited from class ReactiveRedisConnection.KeyCommand
getKeyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ReactiveRedisConnection.Command
getName
-
Method Details
-
member
Creates a newReactiveGeoCommands.GeoPosCommandgiven a member.- Parameters:
member- must not be null.- Returns:
- a new
ReactiveGeoCommands.GeoPosCommandfor a member.
-
members
Creates a newReactiveGeoCommands.GeoPosCommandgiven aCollectionof values.- Parameters:
members- must not be null.- Returns:
- a new
ReactiveGeoCommands.GeoPosCommandfor aCollectionof values.
-
of
Applies the Geo set key. Constructs a new command instance with all previously configured properties.- Parameters:
key- must not be null.- Returns:
- a new
ReactiveGeoCommands.GeoPosCommandwith key applied.
-
getMembers
- Returns:
- never null.
-