public class GeoWithinListOutput<K,V> extends CommandOutput<K,V,List<GeoWithin<V>>>
GeoCoordinates's.codec, error, output| Constructor and Description |
|---|
GeoWithinListOutput(RedisCodec<K,V> codec,
boolean withDistance,
boolean withHash,
boolean withCoordinates) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(int depth)
Mark the command output complete.
|
void |
multi(int count) |
void |
set(ByteBuffer bytes)
Set the command output to a sequence of bytes, or null.
|
void |
set(long integer)
Set the command output to a 64-bit signed integer.
|
decodeAscii, get, getError, hasError, setError, setError, toStringpublic GeoWithinListOutput(RedisCodec<K,V> codec, boolean withDistance, boolean withHash, boolean withCoordinates)
public void set(long integer)
CommandOutputCommandOutput implementations must override this
method unless they only receive a byte array value.public void set(ByteBuffer bytes)
CommandOutputCommandOutput implementations must override this
method unless they only receive an integer value which cannot be null.public void complete(int depth)
CommandOutputCopyright © 2016. All rights reserved.