acdf81ae9a06dbf14585d7a6398fe92d23aa0e43
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private lookupLocalAndRetrieveRemote(ctx InvocationContext, key Object, command TopologyAffectedCommand, segment int) : InvocationStage renamed to private retrieveRemoteValue(ctx InvocationContext, targets Collection<Address>, key Object, segment int, dataCommand DataCommand) : InvocationStage in class org.infinispan.interceptors.impl.PrefetchInterceptor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type command : C to command : DataCommand in method private prefetchKeyIfNeededAndInvokeNext(ctx InvocationContext, command DataCommand, key Object, isWrite boolean) : Object in class org.infinispan.interceptors.impl.PrefetchInterceptor | From | To | |
Rename Variable | 1 | ||
Rename Variable getCacheEntryCommand : GetCacheEntryCommand to command : ClusteredGetCommand in method private retrieveRemoteValue(ctx InvocationContext, targets Collection<Address>, key Object, segment int, dataCommand DataCommand) : InvocationStage in class org.infinispan.interceptors.impl.PrefetchInterceptor | From | To | |
Extract Variable | 1 | ||
Extract Variable blockedPrefetch : ControlledRpcManager.BlockedRequest in method private testPrefetch(invokePhase int, receivePhase int) : void from class org.infinispan.scattered.statetransfer.PrefetchTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type getCacheEntryCommand : GetCacheEntryCommand to command : ClusteredGetCommand in method private retrieveRemoteValue(ctx InvocationContext, targets Collection<Address>, key Object, segment int, dataCommand DataCommand) : InvocationStage in class org.infinispan.interceptors.impl.PrefetchInterceptor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type handleRemotelyPrefetchedEntry : Function<Map<Address,Response>,InternalCacheValue> to handleRemotelyPrefetchedEntry : InvocationSuccessFunction in class org.infinispan.interceptors.impl.PrefetchInterceptor | From | To |