Package org.redisson.connection.decoder
Class ListDrainToDecoder<V>
- java.lang.Object
-
- org.redisson.connection.decoder.ListDrainToDecoder<V>
-
- All Implemented Interfaces:
MultiDecoder<Integer>
public class ListDrainToDecoder<V> extends Object implements MultiDecoder<Integer>
-
-
Constructor Summary
Constructors Constructor Description ListDrainToDecoder(Collection<Object> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
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
-
-
-
-
Constructor Detail
-
ListDrainToDecoder
public ListDrainToDecoder(Collection<Object> list)
-
-