public class GeoCoordinatesListOutput<K,V> extends CommandOutput<K,V,List<GeoCoordinates>>
GeoCoordinates's.codec, error, output| Constructor and Description |
|---|
GeoCoordinatesListOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
multi(int count) |
void |
set(ByteBuffer bytes)
Set the command output to a sequence of bytes, or null.
|
complete, decodeAscii, get, getError, hasError, set, setError, setError, toStringpublic GeoCoordinatesListOutput(RedisCodec<K,V> codec)
public void set(ByteBuffer bytes)
CommandOutputCommandOutput implementations must override this
method unless they only receive an integer value which cannot be null.set in class CommandOutput<K,V,List<GeoCoordinates>>bytes - The command output, or null.public void multi(int count)
multi in class CommandOutput<K,V,List<GeoCoordinates>>Copyright © 2016. All rights reserved.