|
Change Parameter Type log : IgniteLogger to cacheGroupsPredicate : Predicate<Integer> in method public RestoreBinaryState(status CheckpointStatus, lastArchivedSegment long, cacheGroupsPredicate Predicate<Integer>) in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.RestoreBinaryState |
From |
To |
|
Change Parameter Type partStates : Map<T2<Integer,Integer>,T2<Integer,Long>> to partitionRecoveryStates : Map<GroupPartitionId,PartitionRecoverState> in method public applyUpdatesOnRecovery(it WALIterator, recPredicate IgnitePredicate<IgniteBiTuple<WALPointer,WALRecord>>, entryPredicate IgnitePredicate<DataEntry>, partitionRecoveryStates Map<GroupPartitionId,PartitionRecoverState>) : void in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |
|
Change Parameter Type log : IgniteLogger to cacheGroupsPredicate : Predicate<Integer> in method public RestoreLogicalState(lastArchivedSegment long, cacheGroupsPredicate Predicate<Integer>) in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.RestoreLogicalState |
From |
To |
|
Change Parameter Type cacheGrps : Set<Integer> to cacheGroupsPredicate : Predicate<Integer> in method private restoreBinaryMemory(cacheGroupsPredicate Predicate<Integer>) : WALPointer in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |
|
Rename Method public onDoneRestoreBinaryMemory() : void renamed to private finishRecovery() : void in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |
|
Rename Method private createCache(cfg CacheConfiguration<?,?>, grp CacheGroupContext, pluginMgr CachePluginManager, desc DynamicCacheDescriptor, locStartTopVer AffinityTopologyVersion, cacheObjCtx CacheObjectContext, affNode boolean, updatesAllowed boolean, disabledAfterStart boolean) : GridCacheContext renamed to private createCacheContext(cfg CacheConfiguration<?,?>, grp CacheGroupContext, pluginMgr CachePluginManager, desc DynamicCacheDescriptor, locStartTopVer AffinityTopologyVersion, cacheObjCtx CacheObjectContext, affNode boolean, updatesAllowed boolean, disabledAfterStart boolean, recoveryMode boolean) : GridCacheContext<?,?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor |
From |
To |
|
Rename Method private prepareCacheGroup(desc DynamicCacheDescriptor, exchTopVer AffinityTopologyVersion, cacheObjCtx CacheObjectContext, affNode boolean, grpName String) : CacheGroupContext renamed to private getOrCreateCacheGroupContext(desc DynamicCacheDescriptor, exchTopVer AffinityTopologyVersion, cacheObjCtx CacheObjectContext, affNode boolean, grpName String, recoveryMode boolean) : CacheGroupContext in class org.apache.ignite.internal.processors.cache.GridCacheProcessor |
From |
To |
|
Rename Method private startCachesOnStart() : void renamed to private restoreCacheConfigurations() : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor |
From |
To |
|
Rename Method private applyLastUpdates(status CheckpointStatus, metastoreOnly boolean) : void renamed to private applyLogicalUpdates(status CheckpointStatus, cacheGroupsPredicate Predicate<Integer>, skipFieldLookup boolean) : RestoreLogicalState in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.AlignedBuffersDirectFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.IgnitePdsTaskCancelingTest.SlowIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.db.wal.IgniteWalFlushMultiNodeFailoverAbstractSelfTest.FailingFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.db.wal.IgniteWalFlushFailoverTest.FailingFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.wal.reader.StandaloneWalRecordsIteratorTest.CountedFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.IgnitePdsCorruptedStoreTest.FailingFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.db.wal.IgniteWalRebalanceTest.FailingIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.db.wal.IgniteWalFormatFileFailoverTest.FailingFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.AsyncFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.db.CheckpointBufferDeadlockTest.SlowCheckpointFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.RandomAccessFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.pagemem.PagesWriteThrottleSmokeTest.SlowCheckpointFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Pull Up Method public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.db.file.IgnitePdsDiskErrorsRecoveringTest.FilteringFileIOFactory to public create(file File) : FileIO from class org.apache.ignite.internal.processors.cache.persistence.file.FileIOFactory |
From |
To |
|
Rename Variable restoredPtr : WALPointer to restored : WALPointer in method public startMemoryRestore(kctx GridKernalContext) : void in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |
|
Rename Variable memPlc : DataRegion to region : DataRegion in method private onDeActivate(shutdown boolean) : void in class org.apache.ignite.internal.processors.cache.persistence.IgniteCacheDatabaseSharedManager |
From |
To |
|
Rename Variable memPlc : DataRegion to region : DataRegion in method private startDataRegions() : void in class org.apache.ignite.internal.processors.cache.persistence.IgniteCacheDatabaseSharedManager |
From |
To |
|
Rename Variable tailWalPtr : WALPointer to restored : WALPointer in method private restoreBinaryMemory(cacheGroupsPredicate Predicate<Integer>) : WALPointer in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |
|
Rename Variable memPlc : DataRegion to region : DataRegion in method public addDataRegion(dataStorageCfg DataStorageConfiguration, dataRegionCfg DataRegionConfiguration, trackable boolean) : void in class org.apache.ignite.internal.processors.cache.persistence.IgniteCacheDatabaseSharedManager |
From |
To |
|
Change Return Type void to RestoreLogicalState in method private applyLogicalUpdates(status CheckpointStatus, cacheGroupsPredicate Predicate<Integer>, skipFieldLookup boolean) : RestoreLogicalState in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |
|
Change Return Type GridCacheContext to GridCacheContext<?,?> in method private createCacheContext(cfg CacheConfiguration<?,?>, grp CacheGroupContext, pluginMgr CachePluginManager, desc DynamicCacheDescriptor, locStartTopVer AffinityTopologyVersion, cacheObjCtx CacheObjectContext, affNode boolean, updatesAllowed boolean, disabledAfterStart boolean, recoveryMode boolean) : GridCacheContext<?,?> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor |
From |
To |
|
Change Return Type boolean to void in method public beforeExchange(fut GridDhtPartitionsExchangeFuture) : void in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |
|
Rename Parameter log : IgniteLogger to cacheGroupsPredicate : Predicate<Integer> in method public RestoreBinaryState(status CheckpointStatus, lastArchivedSegment long, cacheGroupsPredicate Predicate<Integer>) in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.RestoreBinaryState |
From |
To |
|
Rename Parameter metastoreOnly : boolean to skipFieldLookup : boolean in method private applyLogicalUpdates(status CheckpointStatus, cacheGroupsPredicate Predicate<Integer>, skipFieldLookup boolean) : RestoreLogicalState in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |
|
Rename Parameter partStates : Map<T2<Integer,Integer>,T2<Integer,Long>> to partitionRecoveryStates : Map<GroupPartitionId,PartitionRecoverState> in method public applyUpdatesOnRecovery(it WALIterator, recPredicate IgnitePredicate<IgniteBiTuple<WALPointer,WALRecord>>, entryPredicate IgnitePredicate<DataEntry>, partitionRecoveryStates Map<GroupPartitionId,PartitionRecoverState>) : void in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |
|
Rename Parameter log : IgniteLogger to cacheGroupsPredicate : Predicate<Integer> in method public RestoreLogicalState(lastArchivedSegment long, cacheGroupsPredicate Predicate<Integer>) in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.RestoreLogicalState |
From |
To |
|
Rename Parameter cacheGrps : Set<Integer> to cacheGroupsPredicate : Predicate<Integer> in method private restoreBinaryMemory(cacheGroupsPredicate Predicate<Integer>) : WALPointer in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager |
From |
To |