acf20b32d8fb68e42b904b091fb2b943f4558cef
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable socketTimeout : long to sockTimeout : long in method private processJoinRequestMessage(msg TcpDiscoveryJoinRequestMessage, clientMsgWrk ClientMessageWorker) : boolean in class org.apache.ignite.spi.discovery.tcp.ServerImpl.SocketReader | From | To | |
Rename Variable nodeId : UUID to locNodeId : UUID in method private updateLocal(p int, state GridDhtPartitionState, updateSeq long) : long in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Change Return Type | 7 | ||
Change Return Type void to long in method private updateLocal(p int, state GridDhtPartitionState, updateSeq long) : long in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Change Return Type GridDhtPartitionMap2 to boolean in method public update(exchId GridDhtPartitionExchangeId, partMap GridDhtPartitionFullMap, cntrMap Map<Integer,Long>) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopology | From | To | |
Change Return Type GridDhtPartitionMap2 to boolean in method public update(exchId GridDhtPartitionExchangeId, parts GridDhtPartitionMap2, cntrMap Map<Integer,Long>, checkEvictions boolean) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridClientPartitionTopology | From | To | |
Change Return Type GridDhtPartitionMap2 to boolean in method public update(exchId GridDhtPartitionExchangeId, parts GridDhtPartitionMap2, cntrMap Map<Integer,Long>, checkEvictions boolean) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopology | From | To | |
Change Return Type GridDhtPartitionMap2 to boolean in method public update(exchId GridDhtPartitionExchangeId, partMap GridDhtPartitionFullMap, cntrMap Map<Integer,Long>) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Change Return Type GridDhtPartitionMap2 to boolean in method public update(exchId GridDhtPartitionExchangeId, partMap GridDhtPartitionFullMap, cntrMap Map<Integer,Long>) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridClientPartitionTopology | From | To | |
Change Return Type GridDhtPartitionMap2 to boolean in method public update(exchId GridDhtPartitionExchangeId, parts GridDhtPartitionMap2, cntrMap Map<Integer,Long>, checkEvictions boolean) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Extract Variable | 4 | ||
Extract Variable cpy : GridDhtPartitionMap2 in method public GridDhtPartitionFullMap(nodeId UUID, nodeOrder long, updateSeq long, m Map<UUID,GridDhtPartitionMap2>, onlyActive boolean) from class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionFullMap | From | To | |
Extract Variable seq0 : long in method private updateLocal(p int, state GridDhtPartitionState, updateSeq long) : long from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Extract Variable ensured : boolean in method protected processMessage(msg TcpDiscoveryAbstractMessage) : void from class org.apache.ignite.spi.discovery.tcp.ServerImpl.RingMessageWorker | From | To | |
Extract Variable p : Integer in method public update(exchId GridDhtPartitionExchangeId, parts GridDhtPartitionMap2, cntrMap Map<Integer,Long>, checkEvictions boolean) : boolean from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Extract Method | 3 | ||
Extract Method private currentCoordinator() : ClusterNode extracted from public beforeExchange(exchFut GridDhtPartitionsExchangeFuture, affReady boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Extract Method private currentCoordinator() : ClusterNode extracted from private initPartitions0(exchFut GridDhtPartitionsExchangeFuture, updateSeq long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Extract Method private checkEvictions(updateSeq long) : boolean extracted from public update(exchId GridDhtPartitionExchangeId, parts GridDhtPartitionMap2, cntrMap Map<Integer,Long>) : GridDhtPartitionMap2 in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type aliveSrvNodesWithCaches : Collection<ClusterNode> to aliveSrvNodesWithCaches : ConcurrentSkipListMap<ClusterNode,Boolean> in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.DiscoCache | From | To | |
Change Attribute Type utilityPool : ThreadPoolExecutor to utilityPool : IgniteThreadPoolExecutor in class org.apache.ignite.spi.discovery.tcp.ServerImpl | From | To |