T - typepublic class TTLMapValueReplayDecoder<T> extends Object implements MultiDecoder<List<T>>
| Constructor and Description |
|---|
TTLMapValueReplayDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(io.netty.buffer.ByteBuf buf,
State state) |
List<T> |
decode(List<Object> parts,
State state) |
boolean |
isApplicable(int paramNum,
State state) |
public List<T> decode(List<Object> parts, State state)
decode in interface MultiDecoder<List<T>>public boolean isApplicable(int paramNum,
State state)
isApplicable in interface MultiDecoder<List<T>>Copyright © 2014–2017 The Redisson Project. All rights reserved.