|
Change Parameter Type pattern : String to pattern : CharSequence in method public onPatternMessage(pattern CharSequence, channel CharSequence, message Object) : void in class org.redisson.PubSubMessageListener |
From |
To |
|
Change Parameter Type channel : String to channel : ChannelName in method public PubSubStatusMessage(type PubSubType, channel ChannelName) in class org.redisson.client.protocol.pubsub.PubSubStatusMessage |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method private subscribe(type PubSubType, codec Codec, channelName ChannelName, promise RPromise<PubSubConnectionEntry>, listeners RedisPubSubListener<?>...) : RFuture<PubSubConnectionEntry> in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onMessage(pattern CharSequence, channel CharSequence, body String) : void in class org.redisson.spring.session.RedissonSessionRepository |
From |
To |
|
Change Parameter Type pattern : String to pattern : CharSequence in method public onMessage(pattern CharSequence, channel CharSequence, body String) : void in class org.redisson.spring.session.RedissonSessionRepository |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public psubscribe(channelName ChannelName, codec Codec, listeners RedisPubSubListener<?>...) : RFuture<PubSubConnectionEntry> in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channel : String to channel : ChannelName in method public PubSubKey(channel ChannelName, operation String) in class org.redisson.client.handler.PubSubKey |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public punsubscribe(channelName ChannelName, lock AsyncSemaphore) : void in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type pattern : String to pattern : ChannelName in method public psubscribe(codec Codec, pattern ChannelName) : void in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onPatternMessage(pattern CharSequence, channel CharSequence, message V) : void in class org.redisson.client.RedisPubSubListener |
From |
To |
|
Change Parameter Type pattern : String to pattern : CharSequence in method public onPatternMessage(pattern CharSequence, channel CharSequence, message V) : void in class org.redisson.PubSubPatternMessageListener |
From |
To |
|
Change Parameter Type channel : String... to channels : ChannelName... in method public subscribe(codec Codec, channels ChannelName...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public removeListener(channelName ChannelName, msgListener EventListener) : boolean in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channel : String to channel : ChannelName in method public punsubscribe(channel ChannelName, listener RedisPubSubListener<?>) : void in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method private connect(codec Codec, channelName ChannelName, promise RPromise<PubSubConnectionEntry>, type PubSubType, lock AsyncSemaphore, listeners RedisPubSubListener<?>...) : void in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onStatus(type PubSubType, channel CharSequence) : boolean in class org.redisson.client.RedisPubSubListener |
From |
To |
|
Change Parameter Type channel : String to channel : ChannelName in method public getSubscribeFuture(channel ChannelName, type PubSubType) : SubscribeListener in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onPatternMessage(pattern CharSequence, channel CharSequence, message Object) : void in class org.redisson.PubSubMessageListener |
From |
To |
|
Change Parameter Type channel : String to channel : ChannelName in method public unsubscribe(channel ChannelName, listener RedisPubSubListener<?>) : void in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onStatus(type PubSubType, channel CharSequence) : boolean in class org.redisson.PubSubStatusListener |
From |
To |
|
Change Parameter Type channels : String... to channels : ChannelName... in method public unsubscribe(channels ChannelName...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Parameter Type channel : String to channel : ChannelName in method private removeListeners(channel ChannelName) : void in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method private removeListener(channelName ChannelName, listener RedisPubSubListener<?>) : void in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channel : String to channel : ChannelName in method public addPubSubCommand(channel ChannelName, data CommandData<Object,Object>) : void in class org.redisson.client.handler.CommandPubSubDecoder |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public addListener(channelName ChannelName, listener RedisPubSubListener<?>) : void in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type results : R to results : Collection<R> in method public readAllAsync(results Collection<R>, command RedisCommand<T>, params Object...) : RFuture<Collection<R>> in class org.redisson.command.CommandAsyncExecutor |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onStatus(type PubSubType, channel CharSequence) : boolean in class org.redisson.PubSubPatternMessageListener |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onStatus(type PubSubType, channel CharSequence) : boolean in class org.redisson.client.BaseRedisPubSubListener |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onMessage(channel CharSequence, message Object) : void in class org.redisson.PubSubMessageListener |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method private reattachPubSubListeners(channelName ChannelName, listeners Collection<RedisPubSubListener<?>>, topicType PubSubType) : void in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public removeListener(channelName ChannelName, listenerId int) : boolean in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type pattern : String to pattern : ChannelName in method public PubSubPatternMessage(pattern ChannelName, channel ChannelName, value Object) in class org.redisson.client.protocol.pubsub.PubSubPatternMessage |
From |
To |
|
Change Parameter Type name : String to name : ChannelName in method public SubscribeListener(name ChannelName, type PubSubType) in class org.redisson.client.SubscribeListener |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method private subscribe(channelName ChannelName, promise RPromise<PubSubConnectionEntry>, type PubSubType, lock AsyncSemaphore, connEntry PubSubConnectionEntry, listeners RedisPubSubListener<?>...) : void in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channels : String... to channels : ChannelName... in method public punsubscribe(channels ChannelName...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onStatus(type PubSubType, channel CharSequence) : boolean in class org.redisson.client.SubscribeListener |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onStatus(type PubSubType, channel CharSequence) : boolean in class org.redisson.PubSubPatternStatusListener |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public removeAllListeners(channelName ChannelName) : boolean in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public unsubscribe(channelName ChannelName, topicType PubSubType) : RFuture<Codec> in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public subscribe(codec Codec, channelName ChannelName) : void in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onPatternMessage(pattern CharSequence, channel CharSequence, message V) : void in class org.redisson.PubSubPatternMessageListener |
From |
To |
|
Change Parameter Type channel : String to channel : ChannelName in method public PubSubPatternMessage(pattern ChannelName, channel ChannelName, value Object) in class org.redisson.client.protocol.pubsub.PubSubPatternMessage |
From |
To |
|
Change Parameter Type channel : String to channel : ChannelName in method public PubSubMessage(channel ChannelName, value Object) in class org.redisson.client.protocol.pubsub.PubSubMessage |
From |
To |
|
Change Parameter Type listener : RedisPubSubListener to listener : RedisPubSubListener<?> in method public addListener(listener RedisPubSubListener<?>) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Parameter Type results : R to results : Collection<R> in method public readAllAsync(results Collection<R>, command RedisCommand<T>, params Object...) : RFuture<Collection<R>> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public getPubSubEntry(channelName ChannelName) : PubSubConnectionEntry in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public getListeners(channelName ChannelName) : Collection<RedisPubSubListener<?>> in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channel : String to channel : CharSequence in method public onStatus(type PubSubType, channel CharSequence) : boolean in class org.redisson.PubSubMessageListener |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method private psubscribe(channelName ChannelName, listeners Collection<RedisPubSubListener<?>>, subscribeCodec Codec) : void in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method private subscribe(codec Codec, channelName ChannelName, promise RPromise<PubSubConnectionEntry>, type PubSubType, lock AsyncSemaphore, listeners RedisPubSubListener<?>...) : void in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channel : String to channel : ChannelName in method public removeDisconnectListener(channel ChannelName) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public getSemaphore(channelName ChannelName) : AsyncSemaphore in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channel : String... to channels : ChannelName... in method public psubscribe(codec Codec, channels ChannelName...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Parameter Type pattern : String to pattern : CharSequence in method public onPatternMessage(pattern CharSequence, channel CharSequence, message V) : void in class org.redisson.client.RedisPubSubListener |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public hasListeners(channelName ChannelName) : boolean in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method private subscribe(channelName ChannelName, listeners Collection<RedisPubSubListener<?>>, subscribeCodec Codec) : void in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public unsubscribe(channelName ChannelName, lock AsyncSemaphore) : RFuture<Void> in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Parameter Type channelName : String to channelName : ChannelName in method public subscribe(codec Codec, channelName ChannelName, listeners RedisPubSubListener<?>...) : RFuture<PubSubConnectionEntry> in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public addListener(listener MapEntryListener) : int in class org.redisson.RedissonMapCache |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public punsubscribe(channelName ChannelName, lock AsyncSemaphore) : void in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Variable Type entry : Entry<String,Codec> to entry : Entry<ChannelName,Codec> in method private reattachPubSub(connection RedisConnection) : void in class org.redisson.client.handler.ConnectionWatchdog |
From |
To |
|
Change Variable Type channelName : String to channelName : ChannelName in method protected decodeResult(data CommandData<Object,Object>, parts List<Object>, channel Channel, result Object) : void in class org.redisson.client.handler.CommandPubSubDecoder |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public testReattach() : void in class org.redisson.RedissonTopicPatternTest |
From |
To |
|
Change Variable Type ch : String to ch : CharSequence in method public punsubscribe(channel ChannelName, listener RedisPubSubListener<?>) : void in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Variable Type channelName : String to channelName : ChannelName in method public reattachPubSub(redisPubSubConnection RedisPubSubConnection) : void in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Variable Type channels : Set<String> to channels : Set<ChannelName> in method public fireDisconnected() : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public testReattachInSentinel() : void in class org.redisson.RedissonTopicTest |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public testReattach() : void in class org.redisson.RedissonTopicTest |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public start() : void in class org.redisson.QueueTransferTask |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public awaitTermination(timeout long, unit TimeUnit) : boolean in class org.redisson.RedissonExecutorService |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public add() : void in class org.redisson.cache.LocalCacheListener |
From |
To |
|
Change Variable Type ch : String to ch : ChannelName in method public punsubscribe(channels ChannelName...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Variable Type ch : String to ch : ChannelName in method public unsubscribe(channels ChannelName...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public testReattachInCluster() : void in class org.redisson.RedissonTopicTest |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public unsubscribe(channelName ChannelName, topicType PubSubType) : RFuture<Codec> in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public testRemoveByInstance() : void in class org.redisson.RedissonTopicTest |
From |
To |
|
Change Variable Type channel : String to channel : ChannelName in method public fireDisconnected() : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Variable Type ch : String to ch : ChannelName in method public subscribe(codec Codec, channels ChannelName...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Variable Type ch : String to ch : ChannelName in method public psubscribe(codec Codec, channels ChannelName...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Variable Type channelName : String to channelName : byte[] in method protected selectDecoder(data CommandData<Object,Object>, parts List<Object>) : Decoder<Object> in class org.redisson.client.handler.CommandPubSubDecoder |
From |
To |
|
Change Variable Type channelName : String to channelName : byte[] in method protected messageDecoder(data CommandData<Object,Object>, parts List<Object>) : MultiDecoder<Object> in class org.redisson.client.handler.CommandPubSubDecoder |
From |
To |
|
Change Variable Type pattern : String to pattern : CharSequence in method public testReattach() : void in class org.redisson.RedissonTopicPatternTest |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public unsubscribe(channelName ChannelName, lock AsyncSemaphore) : RFuture<Void> in class org.redisson.pubsub.PublishSubscribeService |
From |
To |
|
Change Variable Type patternName : String to patternName : byte[] in method protected selectDecoder(data CommandData<Object,Object>, parts List<Object>) : Decoder<Object> in class org.redisson.client.handler.CommandPubSubDecoder |
From |
To |
|
Change Variable Type pchannels : Set<String> to pchannels : Set<ChannelName> in method public fireDisconnected() : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Variable Type ch : String to ch : CharSequence in method public unsubscribe(channel ChannelName, listener RedisPubSubListener<?>) : void in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method private registerCacheEntryListener(cacheEntryListenerConfiguration CacheEntryListenerConfiguration<K,V>, addToConfig boolean) : void in class org.redisson.jcache.JCache |
From |
To |
|
Change Variable Type channel : String to channel : CharSequence in method public testPubSub() : void in class org.redisson.TimeoutTest |
From |
To |
|
Change Variable Type channel : String to channel : ChannelName in method public unsubscribe(channels ChannelName...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Variable Type mainPromise : RPromise<R> to mainPromise : RPromise<Collection<R>> in method public readAllAsync(results Collection<R>, command RedisCommand<T>, params Object...) : RFuture<Collection<R>> in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type channel : String to channel : ChannelName in method public punsubscribe(channels ChannelName...) : void in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Attribute Type channelListeners : ConcurrentMap<String,Queue<RedisPubSubListener<?>>> to channelListeners : ConcurrentMap<ChannelName,Queue<RedisPubSubListener<?>>> in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Attribute Type channel : String to channel : ChannelName in class org.redisson.client.protocol.pubsub.PubSubMessage |
From |
To |
|
Change Attribute Type patternChannels : Map<String,Codec> to patternChannels : Map<ChannelName,Codec> in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Attribute Type pattern : String to pattern : ChannelName in class org.redisson.client.protocol.pubsub.PubSubPatternMessage |
From |
To |
|
Change Attribute Type channels : Map<String,Codec> to channels : Map<ChannelName,Codec> in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Attribute Type ZREVRANGEBYSCORE : RedisCommand<Set<Object>> to ZREVRANGEBYSCORE : RedisCommand<Set<byte[]>> in class org.redisson.spring.data.connection.RedissonConnection |
From |
To |
|
Change Attribute Type channel : String to channel : ChannelName in class org.redisson.client.protocol.pubsub.PubSubPatternMessage |
From |
To |
|
Change Attribute Type name : String to name : ChannelName in class org.redisson.client.SubscribeListener |
From |
To |
|
Change Attribute Type channel : String to channel : ChannelName in class org.redisson.client.protocol.pubsub.PubSubStatusMessage |
From |
To |
|
Change Attribute Type punsubscibedChannels : Set<String> to punsubscibedChannels : Set<ChannelName> in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Attribute Type entries : Map<String,PubSubEntry> to entries : Map<ChannelName,PubSubEntry> in class org.redisson.client.handler.CommandPubSubDecoder |
From |
To |
|
Change Attribute Type unsubscibedChannels : Set<String> to unsubscibedChannels : Set<ChannelName> in class org.redisson.client.RedisPubSubConnection |
From |
To |
|
Change Attribute Type subscribeChannelListeners : ConcurrentMap<String,SubscribeListener> to subscribeChannelListeners : ConcurrentMap<ChannelName,SubscribeListener> in class org.redisson.pubsub.PubSubConnectionEntry |
From |
To |
|
Change Attribute Type channel : String to channel : ChannelName in class org.redisson.client.handler.PubSubKey |
From |
To |
|
Change Attribute Type name2PubSubConnection : ConcurrentMap<String,PubSubConnectionEntry> to name2PubSubConnection : ConcurrentMap<ChannelName,PubSubConnectionEntry> in class org.redisson.pubsub.PublishSubscribeService |
From |
To |