Class ScoredSortedSetReplayDecoder<T>
- java.lang.Object
-
- org.redisson.client.protocol.decoder.ScoredSortedSetReplayDecoder<T>
-
- Type Parameters:
T- type
- All Implemented Interfaces:
MultiDecoder<List<ScoredEntry<T>>>
public class ScoredSortedSetReplayDecoder<T> extends Object implements MultiDecoder<List<ScoredEntry<T>>>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description ScoredSortedSetReplayDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScoredEntry<T>>decode(List<Object> parts, State state)Decoder<Object>getDecoder(Codec codec, int paramNum, State state)
-
-
-
Method Detail
-
getDecoder
public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
- Specified by:
getDecoderin interfaceMultiDecoder<T>
-
decode
public List<ScoredEntry<T>> decode(List<Object> parts, State state)
- Specified by:
decodein interfaceMultiDecoder<T>
-
-