Class ScoredSortedSetScanDecoder<T>
- java.lang.Object
-
- org.redisson.client.protocol.decoder.ObjectListReplayDecoder<T>
-
- org.redisson.client.protocol.decoder.ScoredSortedSetScanDecoder<T>
-
- Type Parameters:
T
- type
- All Implemented Interfaces:
MultiDecoder<List<T>>
public class ScoredSortedSetScanDecoder<T> extends ObjectListReplayDecoder<T>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description ScoredSortedSetScanDecoder()
-
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.ObjectListReplayDecoder
decode
-
-
-
-
Method Detail
-
getDecoder
public Decoder<Object> getDecoder(Codec codec, int paramNum, State state)
- Specified by:
getDecoder
in interfaceMultiDecoder<T>
- Overrides:
getDecoder
in classObjectListReplayDecoder<T>
-
-