org.redisson.client.protocol.decoder.MultiDecoder<Set<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>public class ScoredSortedSetReplayDecoder extends Object implements org.redisson.client.protocol.decoder.MultiDecoder<Set<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>
| Constructor | Description |
|---|---|
ScoredSortedSetReplayDecoder() |
| Modifier and Type | Method | Description |
|---|---|---|
Set<org.springframework.data.redis.connection.RedisZSetCommands.Tuple> |
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 org.redisson.client.protocol.Decoder<Object> getDecoder(int paramNum, org.redisson.client.handler.State state)
getDecoder in interface org.redisson.client.protocol.decoder.MultiDecoder<Set<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>public Set<org.springframework.data.redis.connection.RedisZSetCommands.Tuple> decode(List<Object> parts, org.redisson.client.handler.State state)
decode in interface org.redisson.client.protocol.decoder.MultiDecoder<Set<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>Copyright © 2014–2018 The Redisson Project. All rights reserved.