|
Change Variable Type entry : Map.Entry<String,FullPageId> to entry : Map.Entry<String,RootPage> in method private testMetaAllocation(idx boolean) : void in class org.apache.ignite.internal.processors.database.MetadataStorageSelfTest |
From |
To |
|
Change Variable Type allocatedIdxs : Map<Integer,Map<String,FullPageId>> to allocatedIdxs : Map<Integer,Map<String,RootPage>> in method private testMetaAllocation(idx boolean) : void in class org.apache.ignite.internal.processors.database.MetadataStorageSelfTest |
From |
To |
|
Change Variable Type idxMap : Map<String,FullPageId> to idxMap : Map<String,RootPage> in method private testMetaAllocation(idx boolean) : void in class org.apache.ignite.internal.processors.database.MetadataStorageSelfTest |
From |
To |