Class ScoredSortedSetReplayDecoderV2
java.lang.Object
org.redisson.spring.data.connection.ScoredSortedSetReplayDecoderV2
- All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>
public class ScoredSortedSetReplayDecoderV2
extends Object
implements org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.redis.connection.RedisZSetCommands.Tupleorg.redisson.client.protocol.Decoder<Object> getDecoder(org.redisson.client.codec.Codec codec, int paramNum, org.redisson.client.handler.State state, long size) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.redisson.client.protocol.decoder.MultiDecoder
getDecoder
-
Constructor Details
-
ScoredSortedSetReplayDecoderV2
public ScoredSortedSetReplayDecoderV2()
-
-
Method Details
-
getDecoder
public org.redisson.client.protocol.Decoder<Object> getDecoder(org.redisson.client.codec.Codec codec, int paramNum, org.redisson.client.handler.State state, long size) - Specified by:
getDecoderin interfaceorg.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>
-
decode
public org.springframework.data.redis.connection.RedisZSetCommands.Tuple decode(List<Object> parts, org.redisson.client.handler.State state) - Specified by:
decodein interfaceorg.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>
-