public class ByteBufferGeoResultsDecoder extends Object implements org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>
| Constructor and Description |
|---|
ByteBufferGeoResultsDecoder() |
ByteBufferGeoResultsDecoder(org.springframework.data.geo.Metric metric) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>> |
decode(List<Object> parts,
org.redisson.client.handler.State state) |
org.redisson.client.protocol.Decoder<Object> |
getDecoder(int paramNum,
org.redisson.client.handler.State state) |
public ByteBufferGeoResultsDecoder()
public ByteBufferGeoResultsDecoder(org.springframework.data.geo.Metric metric)
public org.redisson.client.protocol.Decoder<Object> getDecoder(int paramNum, org.redisson.client.handler.State state)
getDecoder in interface org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>public org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>> decode(List<Object> parts, org.redisson.client.handler.State state)
decode in interface org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>Copyright © 2014–2019 The Redisson Project. All rights reserved.