62607f7d5bb69fc133b539936081019ad19138a2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type cacheName : String to cacheName : ByteString in method public copyForCache(cacheName ByteString) : XSiteStateTransferControlCommand in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand | From | To | |
Change Parameter Type cache : Cache<?,?> to cache : AdvancedCache<?,?> in method protected newStatePushCommand(cache AdvancedCache<?,?>, stateList List<XSiteState>) : XSiteStatePushCommand in class org.infinispan.xsite.BaseBackupReceiver | From | To | |
Change Parameter Type cache : Cache<?,?> to cache : AdvancedCache<?,?> in method private StatePushTask(chunk List<XSiteState>, address Address, cache AdvancedCache<?,?>) in class org.infinispan.xsite.ClusteredCacheBackupReceiver.StatePushTask | From | To | |
Change Parameter Type interceptorChain : InterceptorChain to interceptorChain : AsyncInterceptorChain in method public inject(transactionManager TransactionManager, invocationContextFactory InvocationContextFactory, commandsFactory CommandsFactory, interceptorChain AsyncInterceptorChain, commitManager CommitManager) : void in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type cache : Cache<?,?> to cache : AdvancedCache<?,?> in class org.infinispan.xsite.ClusteredCacheBackupReceiver.StatePushTask | From | To | |
Change Attribute Type interceptorChain : InterceptorChain to interceptorChain : AsyncInterceptorChain in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl | From | To | |
Change Attribute Type failurePolicy : CustomFailurePolicy to failurePolicy : CustomFailurePolicy<Object,Object> in class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker | From | To | |
Change Attribute Type cache : Cache<Object,Object> to cache : AdvancedCache<Object,Object> in class org.infinispan.xsite.BaseBackupReceiver | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected assertAllowInvocation() : void extracted from public handleStateTransferState(cmd XSiteStatePushCommand) : void in class org.infinispan.xsite.ClusteredCacheBackupReceiver & moved to class org.infinispan.xsite.BaseBackupReceiver | From | To | |
Extract And Move Method protected assertAllowInvocation() : void extracted from public handleStateTransferState(cmd XSiteStatePushCommand) : void in class org.infinispan.xsite.LocalCacheBackupReceiver & moved to class org.infinispan.xsite.BaseBackupReceiver | From | To |