b3dcbf18407318e7c824a7260fed8c1ec3d3d844
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.processors.cache.distributed.near.GridAbstractNearTxPrepareFuture renamed to org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFutureAdapter | From | To | |
Change Variable Type | 2 | ||
Change Variable Type fut : GridAbstractNearTxPrepareFuture to fut : GridNearTxPrepareFutureAdapter in method public prepareAsync() : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal | From | To | |
Change Variable Type fut : GridAbstractNearTxPrepareFuture to fut : GridNearTxPrepareFutureAdapter in method private processNearTxPrepareResponse(nodeId UUID, res GridNearTxPrepareResponse) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package onNodeLeft(e ClusterTopologyCheckedException) : void extracted from public onNodeLeft(nodeId UUID) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearPessimisticTxPrepareFuture & moved to class org.apache.ignite.internal.processors.cache.distributed.near.GridNearPessimisticTxPrepareFuture.MiniFuture | From | To |