public static class ReactiveGeoCommands.GeoSearchCommand extends ReactiveRedisConnection.KeyCommand
GEOSEARCH
command parameters.Modifier and Type | Method and Description |
---|---|
ReactiveGeoCommands.GeoSearchCommand |
at(GeoReference<ByteBuffer> reference)
Sets the geoset key.
|
Optional<RedisGeoCommands.GeoSearchCommandArgs> |
getArgs() |
GeoReference<ByteBuffer> |
getReference() |
GeoShape |
getShape() |
ReactiveGeoCommands.GeoSearchCommand |
in(ByteBuffer key)
Sets the geoset key.
|
ReactiveGeoCommands.GeoSearchCommand |
with(RedisGeoCommands.GeoSearchCommandArgs args)
Sets the command args.
|
static ReactiveGeoCommands.GeoSearchCommand |
within(GeoShape shape)
Creates a new
ReactiveGeoCommands.GeoSearchCommand given a GeoShape . |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveGeoCommands.GeoSearchCommand within(GeoShape shape)
ReactiveGeoCommands.GeoSearchCommand
given a GeoShape
.shape
- must not be null.ReactiveGeoCommands.GeoSearchCommand
for a GeoShape
.public ReactiveGeoCommands.GeoSearchCommand at(GeoReference<ByteBuffer> reference)
reference
- must not be null.ReactiveGeoCommands.GeoSearchCommand
with key applied.public ReactiveGeoCommands.GeoSearchCommand in(ByteBuffer key)
key
- must not be null.ReactiveGeoCommands.GeoSearchCommand
with key applied.public ReactiveGeoCommands.GeoSearchCommand with(RedisGeoCommands.GeoSearchCommandArgs args)
args
- must not be null.ReactiveGeoCommands.GeoSearchCommand
with args applied.public Optional<RedisGeoCommands.GeoSearchCommandArgs> getArgs()
@Nullable public GeoReference<ByteBuffer> getReference()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.