|
Change Parameter Type updStores : GridConcurrentHashSet<PageStore> to updStores : ConcurrentLinkedHashMap<PageStore,LongAdder> in method private WriteCheckpointPages(tracker CheckpointMetricsTracker, writePageIds Collection<FullPageId>, updStores ConcurrentLinkedHashMap<PageStore,LongAdder>, doneFut CountDownFuture, totalPagesToWrite int) in class org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.WriteCheckpointPages |
From |
To |
|
Change Parameter Type throttlingEnabled : boolean to throttlingPlc : ThrottlingPolicy in method private Segment(idx int, region DirectMemoryRegion, cpPoolPages int, throttlingPlc ThrottlingPolicy) in class org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl.Segment |
From |
To |
|
Change Parameter Type throttleEnabled : boolean to throttlingPlc : ThrottlingPolicy in method public PageMemoryImpl(directMemoryProvider DirectMemoryProvider, sizes long[], ctx GridCacheSharedContext<?,?>, pageSize int, flushDirtyPage GridInClosure3X<FullPageId,ByteBuffer,Integer>, changeTracker GridInClosure3X<Long,FullPageId,PageMemoryEx>, stateChecker CheckpointLockStateChecker, memMetrics DataRegionMetricsImpl, throttlingPlc ThrottlingPolicy) in class org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl |
From |
To |
|
Rename Parameter throttleEnabled : boolean to throttlingPlc : ThrottlingPolicy in method public PageMemoryImpl(directMemoryProvider DirectMemoryProvider, sizes long[], ctx GridCacheSharedContext<?,?>, pageSize int, flushDirtyPage GridInClosure3X<FullPageId,ByteBuffer,Integer>, changeTracker GridInClosure3X<Long,FullPageId,PageMemoryEx>, stateChecker CheckpointLockStateChecker, memMetrics DataRegionMetricsImpl, throttlingPlc ThrottlingPolicy) in class org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl |
From |
To |
|
Rename Parameter throttlingEnabled : boolean to throttlingPlc : ThrottlingPolicy in method private Segment(idx int, region DirectMemoryRegion, cpPoolPages int, throttlingPlc ThrottlingPolicy) in class org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl.Segment |
From |
To |
|
Rename Parameter isInCheckpoint : boolean to isPageInCheckpoint : boolean in method public onMarkDirty(isPageInCheckpoint boolean) : void in class org.apache.ignite.internal.processors.cache.persistence.pagemem.PagesWriteThrottle |
From |
To |