|
Change Return Type ExpirationParam to CacheDecodeContext.ExpirationParam in method private readExpirationParam(pre22Version boolean, useDefault boolean, buffer ByteBuf, timeUnit byte) : CacheDecodeContext.ExpirationParam in class org.infinispan.server.hotrod.Decoder2x |
From |
To |
|
Change Return Type RequestParameters to CacheDecodeContext.RequestParameters in method private readParameters(buffer ByteBuf, header HotRodHeader, readExpiration boolean, readSize boolean, readVersion boolean) : CacheDecodeContext.RequestParameters in class org.infinispan.server.hotrod.Decoder2x |
From |
To |
|
Change Return Type RequestParameters to CacheDecodeContext.RequestParameters in method public readParameters(header HotRodHeader, buffer ByteBuf) : CacheDecodeContext.RequestParameters in class org.infinispan.server.hotrod.Decoder2x |
From |
To |
|
Change Variable Type param2 : ExpirationParam to param2 : CacheDecodeContext.ExpirationParam in method private readParameters(buffer ByteBuf, header HotRodHeader, readExpiration boolean, readSize boolean, readVersion boolean) : CacheDecodeContext.RequestParameters in class org.infinispan.server.hotrod.Decoder2x |
From |
To |
|
Change Variable Type opContext : Tuple2<String,byte[]> to opContext : KeyValuePair<String,byte[]> in method public channelRead(ctx ChannelHandlerContext, msg Object) : void in class org.infinispan.server.hotrod.AuthenticationHandler |
From |
To |
|
Change Variable Type param1 : ExpirationParam to param1 : CacheDecodeContext.ExpirationParam in method private readParameters(buffer ByteBuf, header HotRodHeader, readExpiration boolean, readSize boolean, readVersion boolean) : CacheDecodeContext.RequestParameters in class org.infinispan.server.hotrod.Decoder2x |
From |
To |
|
Change Variable Type optionBitSet : Option<BitSet> to optionBitSet : Optional<BitSet> in method protected realRead(ctx ChannelHandlerContext, msg CacheDecodeContext) : void in class org.infinispan.server.hotrod.ContextHandler |
From |
To |
|
Change Variable Type decoder : AbstractVersionedDecoder to decoder : VersionedDecoder in method package readHeader(buffer ByteBuf) : boolean in class org.infinispan.server.hotrod.HotRodDecoder |
From |
To |
|
Change Variable Type iterationStart : Tuple4<Option<byte[]>,Option<Tuple2<String,scala.collection.immutable.List<byte[]>>>,Integer,Boolean> to iterationStart : IterationStartRequest in method protected realRead(ctx ChannelHandlerContext, msg CacheDecodeContext) : void in class org.infinispan.server.hotrod.ContextHandler |
From |
To |