9a3de134a5dfdb4385d0f5b8f7b1b16eda93b604
Files Diff
- Added: 8
- Removed: 1
- Renamed: 0
- Modified: 56
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public detachedProperty(name String, initVal Long) : DistributedLongProperty renamed to public detachedLongProperty(name String, initVal Long) : DistributedLongProperty in class org.apache.ignite.internal.processors.configuration.distributed.DistributedLongProperty | From | To | |
Rename Method public detachedProperty(name String, initVal Boolean) : DistributedBooleanProperty renamed to public detachedBooleanProperty(name String, initVal Boolean) : DistributedBooleanProperty in class org.apache.ignite.internal.processors.configuration.distributed.DistributedBooleanProperty | From | To | |
Rename Method public setBaselineAutoAdjustTimeout(baselineAutoAdjustTimeout long) : void renamed to public updateBaselineAutoAdjustTimeoutAsync(baselineAutoAdjustTimeout long) : GridFutureAdapter<?> in class org.apache.ignite.internal.cluster.DistributedBaselineConfiguration | From | To | |
Rename Method public setBaselineAutoAdjustEnabled(baselineAutoAdjustEnabled boolean) : void renamed to public updateBaselineAutoAdjustEnabledAsync(baselineAutoAdjustEnabled boolean) : GridFutureAdapter<?> in class org.apache.ignite.internal.cluster.DistributedBaselineConfiguration | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type updater : IgniteThrowableBiConsumer<String,Serializable> to updater : PropertyUpdateClosure in method package onReadyForUpdate(updater PropertyUpdateClosure) : void in class org.apache.ignite.internal.processors.configuration.distributed.DistributedProperty | From | To | |
Change Return Type | 5 | ||
Change Return Type GridDhtTopologyFuture to GridDhtPartitionsExchangeFuture in method public lastFinishedFuture() : GridDhtPartitionsExchangeFuture in class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To | |
Change Return Type void to GridFutureAdapter<?> in method public updateBaselineAutoAdjustTimeoutAsync(baselineAutoAdjustTimeout long) : GridFutureAdapter<?> in class org.apache.ignite.internal.cluster.DistributedBaselineConfiguration | From | To | |
Change Return Type void to GridFutureAdapter<?> in method private startWrite(key String, valBytes byte[]) : GridFutureAdapter<?> in class org.apache.ignite.internal.processors.metastorage.persistence.DistributedMetaStorageImpl | From | To | |
Change Return Type void to GridFutureAdapter<?> in method public updateBaselineAutoAdjustEnabledAsync(baselineAutoAdjustEnabled boolean) : GridFutureAdapter<?> in class org.apache.ignite.internal.cluster.DistributedBaselineConfiguration | From | To | |
Change Return Type boolean to GridFutureAdapter<Boolean> in method private startCas(key String, expValBytes byte[], newValBytes byte[]) : GridFutureAdapter<Boolean> in class org.apache.ignite.internal.processors.metastorage.persistence.DistributedMetaStorageImpl | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.apache.ignite.internal.util.lang.IgniteThrowableBiConsumer moved and renamed to org.apache.ignite.internal.processors.configuration.distributed.PropertyUpdateClosure | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type clusterWideUpdater : IgniteThrowableBiConsumer<String,Serializable> to clusterWideUpdater : PropertyUpdateClosure in class org.apache.ignite.internal.processors.configuration.distributed.DistributedProperty | From | To | |
Extract Method | 5 | ||
Extract Method private changeGlobalState0(activate boolean, blt BaselineTopology, forceChangeBaselineTopology boolean, isAutoAdjust boolean) : IgniteInternalFuture<?> extracted from private changeGlobalState0(activate boolean, blt BaselineTopology, forceChangeBaselineTopology boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cluster.GridClusterStateProcessor | From | To | |
Extract Method public changeGlobalState(activate boolean, baselineNodes Collection<? extends BaselineNode>, forceChangeBaselineTopology boolean, isAutoAdjust boolean) : IgniteInternalFuture<?> extracted from public changeGlobalState(activate boolean, baselineNodes Collection<? extends BaselineNode>, forceChangeBaselineTopology boolean) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cluster.GridClusterStateProcessor | From | To | |
Extract Method private ensureClusterWideUpdateIsReady() : void extracted from public propagate(newVal T) : boolean in class org.apache.ignite.internal.processors.configuration.distributed.DistributedProperty | From | To | |
Extract Method public compareAndSetAsync(key String, expVal Serializable, newVal Serializable) : GridFutureAdapter<Boolean> extracted from public compareAndSet(key String, expVal Serializable, newVal Serializable) : boolean in class org.apache.ignite.internal.processors.metastorage.persistence.DistributedMetaStorageImpl | From | To | |
Extract Method private setBaselineTopology(topVer long, isBaselineAutoAdjust boolean) : void extracted from public setBaselineTopology(topVer long) : void in class org.apache.ignite.internal.cluster.IgniteClusterImpl | From | To |