f5f95fb8c952996f4479852b1ca2e086d3d57621
Files Diff
- Added: 3
 - Removed: 3
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public finishOptimisticTxOnRecovery(tx IgniteInternalTx, commit boolean) : void renamed to public finishTxOnRecovery(tx IgniteInternalTx, commit boolean) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
| Change Parameter Type | 4 | ||
| Change Parameter Type req : GridCacheOptimisticCheckPreparedTxRequest to req : GridCacheTxRecoveryRequest in method protected processCheckPreparedTxRequest(nodeId UUID, req GridCacheTxRecoveryRequest) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler | From | To | |
| Change Parameter Type res : GridCacheOptimisticCheckPreparedTxResponse to res : GridCacheTxRecoveryResponse in method private onResult(res GridCacheTxRecoveryResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheTxRecoveryFuture.MiniFuture | From | To | |
| Change Parameter Type req : GridCacheOptimisticCheckPreparedTxRequest to req : GridCacheTxRecoveryRequest in method private sendCheckPreparedResponse(nodeId UUID, req GridCacheTxRecoveryRequest, prepared boolean) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler | From | To | |
| Change Parameter Type res : GridCacheOptimisticCheckPreparedTxResponse to res : GridCacheTxRecoveryResponse in method protected processCheckPreparedTxResponse(nodeId UUID, res GridCacheTxRecoveryResponse) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler | From | To | |
| Rename Class | 2 | ||
| Rename Class org.apache.ignite.internal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxResponse renamed to org.apache.ignite.internal.processors.cache.distributed.GridCacheTxRecoveryResponse | From | To | |
| Rename Class org.apache.ignite.internal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxRequest renamed to org.apache.ignite.internal.processors.cache.distributed.GridCacheTxRecoveryRequest | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.ignite.internal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxFuture.MiniFuture moved to org.apache.ignite.internal.processors.cache.distributed.GridCacheTxRecoveryFuture.MiniFuture | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type res : GridCacheOptimisticCheckPreparedTxResponse to res : GridCacheTxRecoveryResponse in method private sendCheckPreparedResponse(nodeId UUID, req GridCacheTxRecoveryRequest, prepared boolean) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler | From | To | |
| Change Variable Type fut : GridCacheOptimisticCheckPreparedTxFuture to fut : GridCacheTxRecoveryFuture in method protected processCheckPreparedTxResponse(nodeId UUID, res GridCacheTxRecoveryResponse) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler | From | To |