b2f38276d04e5eb09b33fb8172c31c553038b5df
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method public setLazyMemoryAllocation(lazyMemoryAllocation boolean) : DataStorageConfiguration moved from class org.apache.ignite.configuration.DataStorageConfiguration to class org.apache.ignite.internal.processors.platform.utils.PlatformConfigurationUtils & inlined to private readDataStorageConfiguration(in BinaryRawReader, ver ClientListenerProtocolVersion) : DataStorageConfiguration | From | To | |
| Move Method | 1 | ||
| Move Method public isLazyMemoryAllocation() : boolean from class org.apache.ignite.configuration.DataStorageConfiguration to public isLazyMemoryAllocation() : boolean from class org.apache.ignite.configuration.DataRegionConfiguration | From | To | |
| Rename Variable | 1 | ||
| Rename Variable srv : IgniteEx to srv0 : IgniteEx in method protected startSrv() : IgniteEx[] in class org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryLazyAllocationTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type IgniteEx to IgniteEx[] in method protected startSrv() : IgniteEx[] in class org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryLazyAllocationTest | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private lazyMemoryAllocation : boolean from class org.apache.ignite.configuration.DataStorageConfiguration to private lazyMemoryAllocation : boolean from class org.apache.ignite.configuration.DataRegionConfiguration | From | To | |
| Extract Variable | 1 | ||
| Extract Variable region : DataRegion in method private performBinaryMemoryRestore(status CheckpointStatus, cacheGroupsPredicate IgnitePredicate<Integer>, recordTypePredicate IgniteBiPredicate<WALRecord.RecordType,WALPointer>, finalizeState boolean) : RestoreBinaryState from class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager | From | To | |
| Extract Method | 1 | ||
| Extract Method private createCacheAndPut(g IgniteEx, cacheMode CacheMode, fltr IgnitePredicate<ClusterNode>) : void extracted from private createCacheAndPut(g IgniteEx, cacheMode CacheMode) : void in class org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryLazyAllocationTest | From | To |