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