6e36f5cdd1a2f8f83e5f097ef2f5444ba09bf4d3
Files Diff
- Added: 6
- Removed: 5
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getBaselineAdjustTimeout() : long renamed to public getTimeUntilAutoAdjust() : long in class org.apache.ignite.internal.processors.cluster.baseline.autoadjust.BaselineAutoAdjustStatus | From | To | |
Rename Method public getStatistic() : BaselineAutoAdjustStatistic renamed to public getStatus() : BaselineAutoAdjustStatus in class org.apache.ignite.internal.processors.cluster.baseline.autoadjust.ChangeTopologyWatcher | From | To | |
Rename Method public testReadInitValueBeforeOnReadyForReady() : void renamed to public testRegisterPropertyBeforeOnReadyForReadHappened() : void in class org.apache.ignite.internal.processors.configuration.distributed.DistributedConfigurationAbstractTest | From | To | |
Rename Method public value() : T renamed to public get() : T in class org.apache.ignite.internal.processors.configuration.distributed.DistributedProperty | From | To | |
Move Method | 1 | ||
Move Method public baselineConfiguration() : DistributedBaselineConfiguration from class org.apache.ignite.internal.cluster.IgniteClusterImpl to public baselineConfiguration() : DistributedBaselineConfiguration from class org.apache.ignite.internal.processors.cluster.GridClusterStateProcessor | From | To | |
Rename Variable | 3 | ||
Rename Variable baselineConfigurationMXBean : BaselineConfigurationMXBean to baselineAutoAdjustMXBean : BaselineAutoAdjustMXBean in method public registerAllMBeans(utilityCachePool ExecutorService, execSvc ExecutorService, svcExecSvc ExecutorService, sysExecSvc ExecutorService, stripedExecSvc StripedExecutor, p2pExecSvc ExecutorService, mgmtExecSvc ExecutorService, igfsExecSvc ExecutorService, dataStreamExecSvc StripedExecutor, restExecSvc ExecutorService, affExecSvc ExecutorService, idxExecSvc ExecutorService, callbackExecSvc IgniteStripedThreadPoolExecutor, qryExecSvc ExecutorService, schemaExecSvc ExecutorService, customExecSvcs Map<String,? extends ExecutorService>, workersRegistry WorkersRegistry) : void in class org.apache.ignite.internal.managers.IgniteMBeansManager | From | To | |
Rename Variable adjustStatistic : BaselineAutoAdjustStatistic to adjustStatus : BaselineAutoAdjustStatus in method private collect() : VisorBaselineTaskResult in class org.apache.ignite.internal.visor.baseline.VisorBaselineTask.VisorBaselineJob | From | To | |
Rename Variable adjustStatistic : BaselineAutoAdjustStatistic to adjustStatus : BaselineAutoAdjustStatus in method protected run(arg Void) : VisorBaselineTaskResult in class org.apache.ignite.internal.visor.baseline.VisorBaselineViewTask.VisorBaselineViewJob | From | To | |
Change Return Type | 5 | ||
Change Return Type BaselineAutoAdjustStatistic to BaselineAutoAdjustStatus in method public scheduled(timeout long) : BaselineAutoAdjustStatus in class org.apache.ignite.internal.processors.cluster.baseline.autoadjust.BaselineAutoAdjustStatus | From | To | |
Change Return Type BaselineAutoAdjustStatistic to BaselineAutoAdjustStatus in method public inProgress() : BaselineAutoAdjustStatus in class org.apache.ignite.internal.processors.cluster.baseline.autoadjust.BaselineAutoAdjustStatus | From | To | |
Change Return Type BaselineAutoAdjustStatistic to BaselineAutoAdjustStatus in method public notScheduled() : BaselineAutoAdjustStatus in class org.apache.ignite.internal.processors.cluster.baseline.autoadjust.BaselineAutoAdjustStatus | From | To | |
Change Return Type BaselineAutoAdjustStatistic to BaselineAutoAdjustStatus in method public getStatus() : BaselineAutoAdjustStatus in class org.apache.ignite.internal.processors.cluster.baseline.autoadjust.ChangeTopologyWatcher | From | To | |
Change Return Type BaselineConfigurationMXBean to BaselineAutoAdjustMXBean in method private bltMxBean() : BaselineAutoAdjustMXBean in class org.apache.ignite.internal.processors.cluster.BaselineAutoAdjustMXBeanTest | From | To | |
Move Attribute | 1 | ||
Move Attribute private changeTopologyWatcher : ChangeTopologyWatcher from class org.apache.ignite.internal.processors.cluster.ClusterProcessor to private changeTopologyWatcher : ChangeTopologyWatcher from class org.apache.ignite.internal.processors.cluster.GridClusterStateProcessor | From | To | |
Rename Class | 5 | ||
Rename Class org.apache.ignite.internal.processors.cluster.BaselineConfigurationMXBeanImpl renamed to org.apache.ignite.internal.processors.cluster.BaselineAutoAdjustMXBeanImpl | From | To | |
Rename Class org.apache.ignite.internal.processors.cluster.ChangeTopologyWatcherTest renamed to org.apache.ignite.internal.processors.cluster.BaselineAutoAdjustTest | From | To | |
Rename Class org.apache.ignite.mxbean.BaselineConfigurationMXBean renamed to org.apache.ignite.mxbean.BaselineAutoAdjustMXBean | From | To | |
Rename Class org.apache.ignite.internal.processors.cluster.BaselineConfigurationMXBeanTest renamed to org.apache.ignite.internal.processors.cluster.BaselineAutoAdjustMXBeanTest | From | To | |
Rename Class org.apache.ignite.internal.processors.cluster.baseline.autoadjust.BaselineAutoAdjustStatistic renamed to org.apache.ignite.internal.processors.cluster.baseline.autoadjust.BaselineAutoAdjustStatus | From | To | |
Rename Attribute | 1 | ||
Rename Attribute baselineAdjustTimeout : long to timeUntilAutoAdjust : long in class org.apache.ignite.internal.processors.cluster.baseline.autoadjust.BaselineAutoAdjustStatus | From | To | |
Change Variable Type | 5 | ||
Change Variable Type adjustStatistic : BaselineAutoAdjustStatistic to adjustStatus : BaselineAutoAdjustStatus in method protected run(arg Void) : VisorBaselineTaskResult in class org.apache.ignite.internal.visor.baseline.VisorBaselineViewTask.VisorBaselineViewJob | From | To | |
Change Variable Type adjustStatistic : BaselineAutoAdjustStatistic to adjustStatus : BaselineAutoAdjustStatus in method private collect() : VisorBaselineTaskResult in class org.apache.ignite.internal.visor.baseline.VisorBaselineTask.VisorBaselineJob | From | To | |
Change Variable Type itfCls : Class<BaselineConfigurationMXBean> to itfCls : Class<BaselineAutoAdjustMXBean> in method private bltMxBean() : BaselineAutoAdjustMXBean in class org.apache.ignite.internal.processors.cluster.BaselineAutoAdjustMXBeanTest | From | To | |
Change Variable Type baselineConfigurationMXBean : BaselineConfigurationMXBean to baselineAutoAdjustMXBean : BaselineAutoAdjustMXBean in method public registerAllMBeans(utilityCachePool ExecutorService, execSvc ExecutorService, svcExecSvc ExecutorService, sysExecSvc ExecutorService, stripedExecSvc StripedExecutor, p2pExecSvc ExecutorService, mgmtExecSvc ExecutorService, igfsExecSvc ExecutorService, dataStreamExecSvc StripedExecutor, restExecSvc ExecutorService, affExecSvc ExecutorService, idxExecSvc ExecutorService, callbackExecSvc IgniteStripedThreadPoolExecutor, qryExecSvc ExecutorService, schemaExecSvc ExecutorService, customExecSvcs Map<String,? extends ExecutorService>, workersRegistry WorkersRegistry) : void in class org.apache.ignite.internal.managers.IgniteMBeansManager | From | To | |
Change Variable Type bltMxBean : BaselineConfigurationMXBean to bltMxBean : BaselineAutoAdjustMXBean in method public testTimeoutAndEnabledFlag() : void in class org.apache.ignite.internal.processors.cluster.BaselineAutoAdjustMXBeanTest | From | To |