|
Rename Method private handleCommandsDataResponse(ctx ChannelHandlerContext, in ByteBuf, data QueueCommand, currentDecoder Decoder<Object>, commands CommandsData) : void renamed to private decodeCommandBatch(ctx ChannelHandlerContext, in ByteBuf, data QueueCommand, commandBatch CommandsData) : void in class org.redisson.client.handler.CommandDecoder |
From |
To |
|
Rename Method public getRespParts() : List<Object> renamed to public incLevel() : int in class org.redisson.client.handler.State |
From |
To |
|
Rename Method private decoder(data CommandData<Object,Object>, parts List<Object>, currentDecoder Decoder<Object>) : Decoder<Object> renamed to private selectDecoder(data CommandData<Object,Object>, parts List<Object>) : Decoder<Object> in class org.redisson.client.handler.CommandDecoder |
From |
To |
|
Rename Method public setRespParts(respParts List<Object>) : void renamed to public resetLevel() : void in class org.redisson.client.handler.State |
From |
To |
|
Rename Method public getIndex() : int renamed to public getBatchIndex() : int in class org.redisson.client.handler.State |
From |
To |
|
Rename Method public setIndex(index int) : void renamed to public setBatchIndex(index int) : void in class org.redisson.client.handler.State |
From |
To |
|
Change Variable Type ds : DecoderState to ds : NestedDecoderState in method public isApplicable(paramNum int, state State) : boolean in class org.redisson.client.protocol.decoder.NestedMultiDecoder |
From |
To |
|
Change Variable Type ds : DecoderState to ds : NestedDecoderState in method public decode(buf ByteBuf, state State) : Object in class org.redisson.client.protocol.decoder.NestedMultiDecoder |
From |
To |
|
Change Variable Type ds : DecoderState to ds : NestedDecoderState in method protected getDecoder(state State) : NestedDecoderState in class org.redisson.client.protocol.decoder.NestedMultiDecoder |
From |
To |
|
Change Variable Type ds : DecoderState to ds : NestedDecoderState in method public isApplicable(paramNum int, state State) : boolean in class org.redisson.client.protocol.decoder.FlatNestedMultiDecoder |
From |
To |
|
Change Variable Type ds : DecoderState to ds : NestedDecoderState in method public decode(parts List<Object>, state State) : Object in class org.redisson.client.protocol.decoder.NestedMultiDecoder |
From |
To |