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