788adc0d00e0455e06cc9acabfe9ad425fdcd65b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 2 | ||
Merge Attribute [writes : Iterable<IgniteTxEntry>, reads : Iterable<IgniteTxEntry>] to req : GridNearTxPrepareRequest in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture | From | To | |
Merge Attribute [txNodes : Map<UUID,Collection<UUID>>, writes : Iterable<IgniteTxEntry>] to req : GridNearTxPrepareRequest in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture | From | To | |
Rename Method | 3 | ||
Rename Method public oldestAliveCacheServerNode(topVer AffinityTopologyVersion) : ClusterNode renamed to public oldestAliveServerNode(topVer AffinityTopologyVersion) : ClusterNode in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager | From | To | |
Rename Method public aliveServerNodesWithCaches() : Collection<ClusterNode> renamed to public remoteAliveNodesWithCaches() : Collection<ClusterNode> in class org.apache.ignite.internal.managers.discovery.DiscoCache | From | To | |
Rename Method public remoteCacheNodes(topVer AffinityTopologyVersion) : Collection<ClusterNode> renamed to public remoteAliveNodesWithCaches(topVer AffinityTopologyVersion) : Collection<ClusterNode> in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public remoteNodes(ctx GridCacheSharedContext, topVer AffinityTopologyVersion) : Collection<ClusterNode> moved from class org.apache.ignite.internal.processors.cache.GridCacheUtils to class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager & inlined to private refreshPartitions() : void | From | To | |
Merge Parameter | 3 | ||
Merge Parameter [writes : Collection<IgniteTxEntry>, reads : Collection<IgniteTxEntry>] to req : GridNearTxPrepareRequest in method public prepare(req GridNearTxPrepareRequest) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture | From | To | |
Merge Parameter [nearMiniId : int, msgId : long, last : boolean, reads : Collection<IgniteTxEntry>, writes : Collection<IgniteTxEntry>] to req : GridNearTxPrepareRequest in method public prepareAsync(req GridNearTxPrepareRequest) : IgniteInternalFuture<GridNearTxPrepareResponse> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal | From | To | |
Merge Parameter [last : boolean, writes : Collection<IgniteTxEntry>, reads : Collection<IgniteTxEntry>] to req : GridNearTxPrepareRequest in method public prepareAsyncLocal(req GridNearTxPrepareRequest) : IgniteInternalFuture<GridNearTxPrepareResponse> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
Extract Method | 1 | ||
Extract Method private sendPrepareRequests() : void extracted from private prepare0() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture | From | To | |
Rename Parameter | 1 | ||
Rename Parameter topOrder : AffinityTopologyVersion to topVer : AffinityTopologyVersion in method public affinityNodes(ctx GridCacheContext, topVer AffinityTopologyVersion) : Collection<ClusterNode> in class org.apache.ignite.internal.processors.cache.GridCacheUtils | From | To |