Class ScoredSortedSetBlockingReplayDecoder
java.lang.Object
org.redisson.spring.data.connection.ScoredSortedSetBlockingReplayDecoder
- All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<Set<org.springframework.data.redis.connection.zset.Tuple>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.springframework.data.redis.connection.zset.Tuple> org.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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.redisson.client.protocol.decoder.MultiDecoder
getDecoder
-
Constructor Details
-
ScoredSortedSetBlockingReplayDecoder
public ScoredSortedSetBlockingReplayDecoder()
-
-
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<Set<org.springframework.data.redis.connection.zset.Tuple>>
-
decode
-