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