eed7aca3dabf5bc8d899b7e79021d8af7f116ffc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public recycle(buf ByteBuffer, pageId long) : void moved from class org.apache.ignite.internal.processors.cache.database.tree.io.BPlusIO to class org.apache.ignite.internal.pagemem.wal.record.delta.RecycleRecord & inlined to public applyDelta(cctx GridCacheContext<?,?>, buf ByteBuffer) : void | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private recyclePage(pageId long, page Page, buf ByteBuffer) : long extracted from private freePage(pageId long, page Page, buf ByteBuffer, io BPlusIO, lvl int, release boolean) : void in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.Remove & moved to class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To |