|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.write.ComputeCommand to public visitComputeCommand(ctx InvocationContext, command ComputeCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.write.ComputeIfAbsentCommand to public visitComputeIfAbsentCommand(ctx InvocationContext, command ComputeIfAbsentCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.read.GetAllCommand to public visitGetAllCommand(ctx InvocationContext, command GetAllCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.functional.ReadWriteKeyValueCommand to public visitReadWriteKeyValueCommand(ctx InvocationContext, command ReadWriteKeyValueCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Set<CacheEntry<K,V>> from class org.infinispan.commands.read.EntrySetCommand to public visitEntrySetCommand(ctx InvocationContext, command EntrySetCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.functional.ReadOnlyManyCommand to public visitReadOnlyManyCommand(ctx InvocationContext, command ReadOnlyManyCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Integer from class org.infinispan.commands.read.SizeCommand to public visitSizeCommand(ctx InvocationContext, command SizeCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.functional.TxReadOnlyKeyCommand to private visitTxReadOnlyKeyCommand(ctx InvocationContext, command TxReadOnlyKeyCommand, mutations List<Mutation>) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.write.RemoveExpiredCommand to public visitRemoveExpiredCommand(ctx InvocationContext, command RemoveExpiredCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Set<K> from class org.infinispan.commands.read.KeySetCommand to public visitKeySetCommand(ctx InvocationContext, command KeySetCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.read.GetCacheEntryCommand to public visitGetCacheEntryCommand(ctx InvocationContext, command GetCacheEntryCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.write.InvalidateL1Command to public visitInvalidateL1Command(ctx InvocationContext, invalidateL1Command InvalidateL1Command) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.write.InvalidateCommand to public visitInvalidateCommand(ctx InvocationContext, invalidateCommand InvalidateCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.write.PutMapCommand to public visitPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.remote.GetKeysInGroupCommand to public visitGetKeysInGroupCommand(ctx InvocationContext, command GetKeysInGroupCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.functional.WriteOnlyManyCommand to public visitWriteOnlyManyCommand(ctx InvocationContext, command WriteOnlyManyCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.functional.ReadWriteManyEntriesCommand to public visitReadWriteManyEntriesCommand(ctx InvocationContext, command ReadWriteManyEntriesCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.write.PutKeyValueCommand to public visitPutKeyValueCommand(ctx InvocationContext, command PutKeyValueCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.functional.ReadWriteManyCommand to public visitReadWriteManyCommand(ctx InvocationContext, command ReadWriteManyCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.functional.TxReadOnlyManyCommand to private visitTxReadOnlyCommand(ctx InvocationContext, command TxReadOnlyManyCommand, mutations List<List<Mutation>>) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.read.GetKeyValueCommand to public visitGetKeyValueCommand(ctx InvocationContext, command GetKeyValueCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand to public visitWriteOnlyManyEntriesCommand(ctx InvocationContext, command WriteOnlyManyEntriesCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move And Rename Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.write.RemoveCommand to private visitRemoveCommand(ctx InvocationContext, command RemoveCommand, notifyRemove boolean) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Change Parameter Type entries : Collection<InternalCacheEntry<? extends K,? extends V>> to entries : Collection<Map.Entry<K,V>> in method public notifyCacheEntriesEvicted(entries Collection<Map.Entry<K,V>>, ctx InvocationContext, command FlagAffectedCommand) : void in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Parameter Type evicted : Map<? extends K,InternalCacheEntry<? extends K,? extends V>> to evicted : Map<K,Map.Entry<K,V>> in method public onEntryEviction(evicted Map<K,Map.Entry<K,V>>) : void in class org.infinispan.eviction.EvictionManager |
From |
To |
|
Change Parameter Type entries : Collection<InternalCacheEntry<? extends K,? extends V>> to entries : Collection<Map.Entry<K,V>> in method public notifyCacheEntriesEvicted(entries Collection<Map.Entry<K,V>>, ctx InvocationContext, command FlagAffectedCommand) : void in class org.infinispan.notifications.cachelistener.CacheNotifier |
From |
To |
|
Change Parameter Type evicted : Map<? extends K,InternalCacheEntry<? extends K,? extends V>> to evicted : Map<K,Map.Entry<K,V>> in method private updateEvictionStatistics(evicted Map<K,Map.Entry<K,V>>) : void in class org.infinispan.eviction.impl.EvictionManagerImpl |
From |
To |
|
Change Parameter Type evicted : Map<? extends K,InternalCacheEntry<? extends K,? extends V>> to evicted : Map<K,Map.Entry<K,V>> in method public onEntryEviction(evicted Map<K,Map.Entry<K,V>>) : void in class org.infinispan.eviction.impl.EvictionManagerImpl |
From |
To |
|
Move Method private lookupMvccEntry(ctx InvocationContext, key Object) : MVCCEntry<Object,Object> from class org.infinispan.commands.write.PutMapCommand to private lookupMvccEntry(ctx InvocationContext, key Object) : MVCCEntry<Object,Object> from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move Method public loadType() : LoadType from class org.infinispan.commands.read.DistributedExecuteCommand to public loadType() : LoadType from class org.infinispan.commands.read.AbstractLocalCommand |
From |
To |
|
Move Method private performPut(e MVCCEntry<Object,Object>, ctx InvocationContext) : Object from class org.infinispan.commands.write.PutKeyValueCommand to private performPut(e MVCCEntry<Object,Object>, ctx InvocationContext, valueMatcher ValueMatcher, key Object, value Object, metadata Metadata, command FlagAffectedCommand, skipNotification boolean) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move Method protected performRemove(e MVCCEntry, prevValue Object, ctx InvocationContext) : Object from class org.infinispan.commands.write.RemoveCommand to protected performRemove(e MVCCEntry, ctx InvocationContext, valueMatcher ValueMatcher, key Object, prevValue Object, optionalValue Object, notifyRemove boolean, command RemoveCommand) : Object from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.read.DistributedExecuteCommand to public perform(ctx InvocationContext) : Object from class org.infinispan.commands.VisitableCommand |
From |
To |
|
Move Method public perform(ctx InvocationContext) : Object from class org.infinispan.commands.write.ApplyDeltaCommand to public perform(ctx InvocationContext) : Object from class org.infinispan.commands.VisitableCommand |
From |
To |
|
Move Attribute private dataContainer : InternalDataContainer<K,V> from class org.infinispan.commands.read.KeySetCommand to private dataContainer : InternalDataContainer<K,V> from class org.infinispan.interceptors.impl.CallInterceptor.BackingKeySet |
From |
To |
|
Move Attribute private keyPartitioner : KeyPartitioner from class org.infinispan.commands.read.EntrySetCommand to private keyPartitioner : KeyPartitioner from class org.infinispan.interceptors.impl.CallInterceptor.BackingKeySet |
From |
To |
|
Move Attribute private cache : Cache<K,V> from class org.infinispan.commands.read.KeySetCommand to private cache : Cache<K,V> from class org.infinispan.interceptors.impl.CallInterceptor.BackingKeySet |
From |
To |
|
Move Attribute private nonExistentVersion : IncrementableEntryVersion from class org.infinispan.commands.write.RemoveExpiredCommand to private nonExistentVersion : IncrementableEntryVersion from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move Attribute private dataContainer : InternalDataContainer<K,V> from class org.infinispan.commands.read.EntrySetCommand to private dataContainer : InternalDataContainer<K,V> from class org.infinispan.interceptors.impl.CallInterceptor.BackingKeySet |
From |
To |
|
Move Attribute private keyPartitioner : KeyPartitioner from class org.infinispan.commands.read.KeySetCommand.BackingKeySet to package keyPartitioner : KeyPartitioner from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move Attribute private CLOCK_BUFFER : int from class org.infinispan.commands.write.RemoveExpiredCommand to private CLOCK_BUFFER : int from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move Attribute private keyPartitioner : KeyPartitioner from class org.infinispan.commands.read.KeySetCommand to private keyPartitioner : KeyPartitioner from class org.infinispan.interceptors.impl.CallInterceptor.BackingKeySet |
From |
To |
|
Move Attribute private timeService : TimeService from class org.infinispan.commands.write.RemoveExpiredCommand to package timeService : TimeService from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move Attribute private groupManager : GroupManager from class org.infinispan.commands.remote.GetKeysInGroupCommand to package groupManager : GroupManager from class org.infinispan.interceptors.impl.CallInterceptor |
From |
To |
|
Move Attribute private cache : Cache<K,V> from class org.infinispan.commands.read.EntrySetCommand to private cache : Cache<K,V> from class org.infinispan.interceptors.impl.CallInterceptor.BackingKeySet |
From |
To |