T - typepublic class ScoredSortedSetReplayDecoder<T> extends Object implements MultiDecoder<List<ScoredEntry<T>>>
| Constructor and Description |
|---|
ScoredSortedSetReplayDecoder() |
| Modifier and Type | Method and Description |
|---|---|
List<ScoredEntry<T>> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
public Decoder<Object> getDecoder(int paramNum, State state)
getDecoder in interface MultiDecoder<List<ScoredEntry<T>>>public List<ScoredEntry<T>> decode(List<Object> parts, State state)
decode in interface MultiDecoder<List<ScoredEntry<T>>>Copyright © 2014–2018 The Redisson Project. All rights reserved.