5477048082711bba0501c73637b4ebaf5270cda4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 31
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public onExchangeStart(mvccCrd MvccCoordinator, exchCtx ExchangeContext, exchCrd ClusterNode) : void renamed to public onLocalJoin(evt DiscoveryEvent) : void in class org.apache.ignite.internal.processors.cache.mvcc.MvccProcessor | From | To | |
Rename Method private assignMvccCoordinator(evtType int, nodes Collection<ClusterNode>, topVer long) : void renamed to private pickMvccCoordinator(nodes Collection<ClusterNode>, topVer long) : MvccCoordinator in class org.apache.ignite.internal.processors.cache.mvcc.MvccProcessorImpl | From | To | |
Rename Method public onExchangeStart(mvccCrd MvccCoordinator, exchCtx ExchangeContext, exchCrd ClusterNode) : void renamed to public onLocalJoin(evt DiscoveryEvent) : void in class org.apache.ignite.internal.processors.cache.mvcc.MvccProcessorImpl | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public onEvent(evt Event) : void from class org.apache.ignite.internal.processors.cache.mvcc.MvccProcessorImpl.CacheCoordinatorNodeFailListener to private onDiscovery(evt DiscoveryEvent) : void from class org.apache.ignite.internal.processors.cache.mvcc.MvccProcessorImpl | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type evt : Event to evt : DiscoveryEvent in method private onDiscovery(evt DiscoveryEvent) : void in class org.apache.ignite.internal.processors.cache.mvcc.MvccProcessorImpl | From | To | |
Change Parameter Type customMsg : DiscoveryCustomMessage to cacheMsg : DynamicCacheChangeBatch in method private checkMvccCacheStarted(cacheMsg DynamicCacheChangeBatch) : void in class org.apache.ignite.internal.processors.cache.mvcc.MvccProcessorImpl | From | To | |
Change Parameter Type nodeQueries : Map<UUID,GridLongList> to nodeQueries : GridLongList in method package init(nodeQueries GridLongList, nodes Collection<ClusterNode>, mgr GridDiscoveryManager) : void in class org.apache.ignite.internal.processors.cache.mvcc.MvccPreviousCoordinatorQueries | From | To | |
Inline Method | 1 | ||
Inline Method public initialize(topVer AffinityTopologyVersion, affAssignment List<List<ClusterNode>>, mvccCrd MvccCoordinator) : void inlined to public initialize(topVer AffinityTopologyVersion, affAssignment List<List<ClusterNode>>) : void in class org.apache.ignite.internal.processors.affinity.GridAffinityAssignmentCache | From | To | |
Change Return Type | 1 | ||
Change Return Type void to MvccCoordinator in method private pickMvccCoordinator(nodes Collection<ClusterNode>, topVer long) : MvccCoordinator in class org.apache.ignite.internal.processors.cache.mvcc.MvccProcessorImpl | From | To | |
Inline Variable | 1 | ||
Inline Variable cctx : GridCacheContext in method private prepare(reads Iterable<IgniteTxEntry>, writes Iterable<IgniteTxEntry>, remap boolean, topLocked boolean) : void from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearOptimisticSerializableTxPrepareFuture | From | To | |
Rename Parameter | 1 | ||
Rename Parameter customMsg : DiscoveryCustomMessage to cacheMsg : DynamicCacheChangeBatch in method private checkMvccCacheStarted(cacheMsg DynamicCacheChangeBatch) : void in class org.apache.ignite.internal.processors.cache.mvcc.MvccProcessorImpl | From | To |