9ce4a82a3a1bdbd4d007d9a46c49fabd9a08e566
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public mvccInitialValueIfAbsent(entry GridCacheMapEntry, val CacheObject, ver GridCacheVersion, expireTime long, mvccVer MvccVersion, newMvccVer MvccVersion, txState byte, newTxState byte) : boolean renamed to public mvccApplyHistoryIfAbsent(entry GridCacheMapEntry, hist List<GridCacheMvccEntryInfo>) : boolean in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl | From | To | |
Rename Method public mvccInitialValueIfAbsent(entry GridCacheMapEntry, val CacheObject, ver GridCacheVersion, expireTime long, mvccVer MvccVersion, newMvccVer MvccVersion, txState byte, newTxState byte) : boolean renamed to public mvccApplyHistoryIfAbsent(entry GridCacheMapEntry, hist List<GridCacheMvccEntryInfo>) : boolean in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManager | From | To | |
Rename Variable | 1 | ||
Rename Variable dataRow : MvccDataRow to row : MvccDataRow in method package mvccRow(cacheId int, hash int, link long, rowData CacheDataRowAdapter.RowData, crdVer long, mvccCntr long, opCntr int) : MvccDataRow in class org.apache.ignite.internal.processors.cache.tree.CacheDataRowStore | From | To | |
Inline Variable | 2 | ||
Inline Variable txState : byte in method public handleDemandMessage(topicId int, nodeId UUID, demandMsg GridDhtPartitionDemandMessage) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplier | From | To | |
Inline Variable val : CacheObject in method public mvccUpdateRowsWithPreloadInfo(tx IgniteInternalTx, affNodeId UUID, topVer AffinityTopologyVersion, entries List<GridCacheEntryInfo>, op GridCacheOperation, mvccVer MvccSnapshot, futId IgniteUuid, batchNum int) : GridCacheUpdateTxResult from class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
Extract Method | 3 | ||
Extract Method private toMvccDataEntry(info GridCacheMvccEntryInfo, tx IgniteInternalTx) : MvccDataEntry extracted from public mvccUpdateRowsWithPreloadInfo(tx IgniteInternalTx, affNodeId UUID, topVer AffinityTopologyVersion, entries List<GridCacheEntryInfo>, op GridCacheOperation, mvccVer MvccSnapshot, futId IgniteUuid, batchNum int) : GridCacheUpdateTxResult in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
Extract Method private extractEntryInfo(row CacheDataRow) : GridCacheEntryInfo extracted from public handleDemandMessage(topicId int, nodeId UUID, demandMsg GridDhtPartitionDemandMessage) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplier | From | To | |
Extract Method private mvccPreloadEntries(topVer AffinityTopologyVersion, node ClusterNode, p int, infos Iterator<GridCacheEntryInfo>) : void extracted from public handleSupplyMessage(topicId int, nodeId UUID, supplyMsg GridDhtPartitionSupplyMessage) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemander | From | To |