|
Move Method private mergePages(meta Page, prnt Tail<L>, cur Tail<L>, fwd Page, fwdBuf ByteBuffer) : boolean from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree to private mergePages(prnt Tail<L>, cur Tail<L>, fwd Page, fwdBuf ByteBuffer) : boolean from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.Remove |
From |
To |
|
Move Method private doRemove(io BPlusIO, page Page, buf ByteBuffer, cnt int, idx int, meta Page, lvl int, kickLeftChild boolean) : void from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree to private doRemove(io BPlusIO, page Page, buf ByteBuffer, cnt int, idx int, lvl int, kickLeftChild boolean) : void from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.Remove |
From |
To |
|
Move Method private freePage(page Page, buf ByteBuffer, io BPlusIO, meta Page, lvl int) : void from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree to private freePage(page Page, buf ByteBuffer, io BPlusIO, lvl int) : void from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.Remove |
From |
To |
|
Move Method private dropEmptyBranch(meta Page, inner Tail) : void from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree to private dropEmptyBranch(inner Tail) : void from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.Remove |
From |
To |