public static class ReactiveGeoCommands.GeoPosCommand extends ReactiveRedisConnection.KeyCommand
GEOPOS
command parameters.Modifier and Type | Method and Description |
---|---|
List<ByteBuffer> |
getMembers() |
static ReactiveGeoCommands.GeoPosCommand |
member(ByteBuffer member)
Creates a new
ReactiveGeoCommands.GeoPosCommand given a member. |
static ReactiveGeoCommands.GeoPosCommand |
members(Collection<ByteBuffer> members)
Creates a new
ReactiveGeoCommands.GeoPosCommand given a Collection of values. |
ReactiveGeoCommands.GeoPosCommand |
of(ByteBuffer key)
Applies the Geo set key.
|
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveGeoCommands.GeoPosCommand member(ByteBuffer member)
ReactiveGeoCommands.GeoPosCommand
given a member.member
- must not be null.ReactiveGeoCommands.GeoPosCommand
for a member.public static ReactiveGeoCommands.GeoPosCommand members(Collection<ByteBuffer> members)
ReactiveGeoCommands.GeoPosCommand
given a Collection
of values.members
- must not be null.ReactiveGeoCommands.GeoPosCommand
for a Collection
of values.public ReactiveGeoCommands.GeoPosCommand of(ByteBuffer key)
key
- must not be null.ReactiveGeoCommands.GeoPosCommand
with key applied.public List<ByteBuffer> getMembers()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.