Class TimeSeriesEntryReplayDecoder<T>
- java.lang.Object
-
- org.redisson.client.protocol.decoder.TimeSeriesEntryReplayDecoder<T>
-
- Type Parameters:
T
- type of element
- All Implemented Interfaces:
MultiDecoder<List<TimeSeriesEntry<T>>>
public class TimeSeriesEntryReplayDecoder<T> extends Object implements MultiDecoder<List<TimeSeriesEntry<T>>>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description TimeSeriesEntryReplayDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TimeSeriesEntry<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:
getDecoder
in interfaceMultiDecoder<T>
-
decode
public List<TimeSeriesEntry<T>> decode(List<Object> parts, State state)
- Specified by:
decode
in interfaceMultiDecoder<T>
-
-