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