Class ObjectMapReplayDecoder<K,V>
- java.lang.Object
-
- org.redisson.client.protocol.decoder.ObjectMapReplayDecoder<K,V>
-
- All Implemented Interfaces:
MultiDecoder<Map<K,V>>
- Direct Known Subclasses:
ScoredSortedSetRandomMapDecoder
,StreamObjectMapReplayDecoder
public class ObjectMapReplayDecoder<K,V> extends Object implements MultiDecoder<Map<K,V>>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description ObjectMapReplayDecoder()
ObjectMapReplayDecoder(Codec codec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<K,V>
decode(List<Object> parts, State state)
Decoder<Object>
getDecoder(Codec codec, int paramNum, State state)
-
-
-
Constructor Detail
-
ObjectMapReplayDecoder
public ObjectMapReplayDecoder(Codec codec)
-
ObjectMapReplayDecoder
public ObjectMapReplayDecoder()
-
-