public class MapScanResultReplayDecoder extends Object implements MultiDecoder<MapScanResult<Object,Object>>
Constructor and Description |
---|
MapScanResultReplayDecoder() |
Modifier and Type | Method and Description |
---|---|
MapScanResult<Object,Object> |
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<MapScanResult<Object,Object>>
public MapScanResult<Object,Object> decode(List<Object> parts, State state)
decode
in interface MultiDecoder<MapScanResult<Object,Object>>
Copyright © 2014–2019 The Redisson Project. All rights reserved.