| 
                                Rename Method	public store(buf ByteBuffer, idx int, row Long) : void renamed to public storeByOffset(buf ByteBuffer, off int, row Long) : void in class org.apache.ignite.internal.processors.database.BPlusTreeSelfTest.LongInnerIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public store(buf ByteBuffer, idx int, row Long) : void renamed to public storeByOffset(buf ByteBuffer, off int, row Long) : void in class org.apache.ignite.internal.processors.database.BPlusTreeSelfTest.LongLeafIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public store(buf ByteBuffer, idx int, row SearchRow) : void renamed to public storeByOffset(buf ByteBuffer, off int, row SearchRow) : void in class org.apache.ignite.internal.processors.query.h2.database.io.H2LeafIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public store(buf ByteBuffer, idx int, pageId Number) : void renamed to public storeByOffset(buf ByteBuffer, off int, pageId Number) : void in class org.apache.ignite.internal.processors.cache.database.tree.reuse.io.ReuseLeafIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public store(buf ByteBuffer, idx int, row FreeItem) : void renamed to public storeByOffset(buf ByteBuffer, off int, row FreeItem) : void in class org.apache.ignite.internal.processors.cache.database.freelist.io.FreeLeafIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public store(buf ByteBuffer, idx int, row SearchRow) : void renamed to public storeByOffset(buf ByteBuffer, off int, row SearchRow) : void in class org.apache.ignite.internal.processors.query.h2.database.io.H2InnerIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	private store(buf ByteBuffer, idx int, pageIdx int) : void renamed to private doStore(buf ByteBuffer, off int, pageIdx int) : void in class org.apache.ignite.internal.processors.cache.database.tree.reuse.io.ReuseInnerIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Method	public store(buf ByteBuffer, idx int, row FreeItem) : void renamed to public storeByOffset(buf ByteBuffer, off int, row FreeItem) : void in class org.apache.ignite.internal.processors.cache.database.freelist.io.FreeInnerIO | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Move And Rename Method	private doRemove(io BPlusIO, buf ByteBuffer, cnt int, idx int) : void from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.Remove to public remove(buf ByteBuffer, idx int, cnt int, rmvId long) : void from class org.apache.ignite.internal.processors.cache.database.tree.io.BPlusIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Move And Rename Method	private setHash(buf ByteBuffer, idx int, hash int) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.DataLeafIO to private store0(buf ByteBuffer, off int, link long, hash int) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Move And Rename Method	private setHash(buf ByteBuffer, idx int, hash int) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.DataInnerIO to private store0(buf ByteBuffer, off int, link long, hash int) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Inline Method	public setLink(buf ByteBuffer, idx int, link long) : void inlined to public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<SearchRow>, src ByteBuffer, srcIdx int) : void in class org.apache.ignite.internal.processors.query.h2.database.io.H2LeafIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Inline Method	public setLink(buf ByteBuffer, idx int, link long) : void inlined to public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<SearchRow>, src ByteBuffer, srcIdx int) : void in class org.apache.ignite.internal.processors.query.h2.database.io.H2InnerIO | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Extract And Move Method	public recycle(buf ByteBuffer, pageId long) : void 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.io.BPlusIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Extract And Move Method	public initNewPage(buf ByteBuffer, metaId long, rootId long) : void extracted from protected initNew() : void in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree & moved to class org.apache.ignite.internal.processors.cache.database.tree.io.BPlusMetaIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Extract And Move Method	public initNewRoot(newRootBuf ByteBuffer, newRootId long, leftChildId long, row L, rowBytes byte[], rightChildId long) : void extracted from private insertWithSplit(io BPlusIO<L>, buf ByteBuffer, idx int, lvl int) : L in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.Put & moved to class org.apache.ignite.internal.processors.cache.database.tree.io.BPlusInnerIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Extract And Move Method	public merge(prntIo BPlusIO<L>, prnt ByteBuffer, prntIdx int, left ByteBuffer, right ByteBuffer, emptyBranch boolean) : boolean extracted from private doMerge(prnt Tail<L>, left Tail<L>, right Tail<L>) : boolean in class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree.Remove & moved to class org.apache.ignite.internal.processors.cache.database.tree.io.BPlusIO | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method public storeByOffset(buf ByteBuffer, off int, row FreeItem) : void in class org.apache.ignite.internal.processors.cache.database.freelist.io.FreeInnerIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method private doStore(buf ByteBuffer, off int, pageIdx int) : void in class org.apache.ignite.internal.processors.cache.database.tree.reuse.io.ReuseInnerIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method public storeByOffset(buf ByteBuffer, off int, row FreeItem) : void in class org.apache.ignite.internal.processors.cache.database.freelist.io.FreeLeafIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method public storeByOffset(buf ByteBuffer, off int, pageId Number) : void in class org.apache.ignite.internal.processors.cache.database.tree.reuse.io.ReuseLeafIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method public storeByOffset(buf ByteBuffer, off int, row SearchRow) : void in class org.apache.ignite.internal.processors.query.h2.database.io.H2LeafIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method public storeByOffset(buf ByteBuffer, off int, row Long) : void in class org.apache.ignite.internal.processors.database.BPlusTreeSelfTest.LongLeafIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method private store0(buf ByteBuffer, off int, link long, hash int) : void in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method public storeByOffset(buf ByteBuffer, off int, row IndexItem) : void in class org.apache.ignite.internal.processors.cache.database.MetadataStorage.MetaStoreLeafIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method public storeByOffset(buf ByteBuffer, off int, row IndexItem) : void in class org.apache.ignite.internal.processors.cache.database.MetadataStorage.MetaStoreInnerIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method public storeByOffset(buf ByteBuffer, off int, row SearchRow) : void in class org.apache.ignite.internal.processors.query.h2.database.io.H2InnerIO | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Parameter	idx : int to off : int in method public storeByOffset(buf ByteBuffer, off int, row Long) : void in class org.apache.ignite.internal.processors.database.BPlusTreeSelfTest.LongInnerIO | 
                                From | 
                                To |