Class ObjectSetReplayDecoder<T>
- java.lang.Object
-
- org.redisson.client.protocol.decoder.ObjectSetReplayDecoder<T>
-
- Type Parameters:
T
- value type
- All Implemented Interfaces:
MultiDecoder<Set<T>>
public class ObjectSetReplayDecoder<T> extends Object implements MultiDecoder<Set<T>>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description ObjectSetReplayDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<T>
decode(List<Object> parts, State state)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.redisson.client.protocol.decoder.MultiDecoder
getDecoder
-
-