ce73c9d85ffd5b50e4c3370b13302605392fa572
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable ver : AffinityTopologyVersion in method public createPartitionsFullMessage(compress boolean, newCntrMap boolean, exchId GridDhtPartitionExchangeId, lastVer GridCacheVersion, partHistSuppliers IgniteDhtPartitionHistorySuppliersMap, partsToReload IgniteDhtPartitionsToReloadMap, grps Collection<CacheGroupContext>) : GridDhtPartitionsFullMessage from class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
Extract Method | 3 | ||
Extract Method public createPartitionsFullMessage(compress boolean, newCntrMap boolean, exchId GridDhtPartitionExchangeId, lastVer GridCacheVersion, partHistSuppliers IgniteDhtPartitionHistorySuppliersMap, partsToReload IgniteDhtPartitionsToReloadMap, grps Collection<CacheGroupContext>) : GridDhtPartitionsFullMessage extracted from public createPartitionsFullMessage(compress boolean, newCntrMap boolean, exchId GridDhtPartitionExchangeId, lastVer GridCacheVersion, partHistSuppliers IgniteDhtPartitionHistorySuppliersMap, partsToReload IgniteDhtPartitionsToReloadMap) : GridDhtPartitionsFullMessage in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
Extract Method public refreshPartitions(grps Collection<CacheGroupContext>) : void extracted from public refreshPartitions() : void in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
Extract Method public createPartitionsSingleMessage(exchangeId GridDhtPartitionExchangeId, clientOnlyExchange boolean, sndCounters boolean, newCntrMap boolean, exchActions ExchangeActions, grps Collection<CacheGroupContext>) : GridDhtPartitionsSingleMessage extracted from public createPartitionsSingleMessage(exchangeId GridDhtPartitionExchangeId, clientOnlyExchange boolean, sndCounters boolean, newCntrMap boolean, exchActions ExchangeActions) : GridDhtPartitionsSingleMessage in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To |