Class ScoredSortedSetRandomMapDecoder
- java.lang.Object
-
- org.redisson.client.protocol.decoder.ObjectMapReplayDecoder<Object,Object>
-
- org.redisson.client.protocol.decoder.ScoredSortedSetRandomMapDecoder
-
- All Implemented Interfaces:
MultiDecoder<Map<Object,Object>>
public class ScoredSortedSetRandomMapDecoder extends ObjectMapReplayDecoder<Object,Object>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description ScoredSortedSetRandomMapDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Decoder<Object>
getDecoder(Codec codec, int paramNum, State state)
-
Methods inherited from class org.redisson.client.protocol.decoder.ObjectMapReplayDecoder
decode
-
-
-
-
Method Detail
-
getDecoder
public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
- Specified by:
getDecoder
in interfaceMultiDecoder<Map<Object,Object>>
- Overrides:
getDecoder
in classObjectMapReplayDecoder<Object,Object>
-
-