|
Rename Method public dispersedFreeSpace(buf ByteBuffer, idx int) : int renamed to public getFreeSpace(buf ByteBuffer, idx int) : short in class org.apache.ignite.internal.processors.cache.database.freelist.io.FreeIO |
From |
To |
|
Rename Method public dispersedFreeSpace(buf ByteBuffer, idx int) : int renamed to public getFreeSpace(buf ByteBuffer, idx int) : short in class org.apache.ignite.internal.processors.cache.database.freelist.io.FreeLeafIO |
From |
To |
|
Rename Method public dispersedFreeSpace(buf ByteBuffer, idx int) : int renamed to public getFreeSpace(buf ByteBuffer, idx int) : short in class org.apache.ignite.internal.processors.cache.database.freelist.io.FreeInnerIO |
From |
To |
|
Rename Method private writeRowData0(row CacheDataRow) : void renamed to private writeRowDataOld(row CacheDataRow) : void in class org.apache.ignite.internal.processors.cache.database.RowStore |
From |
To |
|
Rename Method private allocatePage(part int) : Page renamed to private allocateDataPage(part int) : Page in class org.apache.ignite.internal.processors.cache.database.freelist.FreeList |
From |
To |
|
Rename Method private store(buf ByteBuffer, idx int, dispersedFreeSpace int) : void renamed to public getPageIndex(buf ByteBuffer, idx int) : int in class org.apache.ignite.internal.processors.cache.database.freelist.io.FreeInnerIO |
From |
To |
|
Rename Method private enoughSpaceForEntry(entrySize int, firstOff int, directCnt int, indirectCnt int) : boolean renamed to public isEnoughSpace(newEntrySizeWithItem int, firstEntryOff int, directCnt int, indirectCnt int) : boolean in class org.apache.ignite.internal.processors.cache.database.tree.io.DataPageIO |
From |
To |
|
Rename Parameter neededSpace : short to lookupItem : FreeItem in method private take(tree FreeTree, lookupItem FreeItem) : FreeItem in class org.apache.ignite.internal.processors.cache.database.freelist.FreeList |
From |
To |
|
Rename Parameter entrySize : int to newEntrySizeWithItem : int in method public isEnoughSpace(newEntrySizeWithItem int, firstEntryOff int, directCnt int, indirectCnt int) : boolean in class org.apache.ignite.internal.processors.cache.database.tree.io.DataPageIO |
From |
To |
|
Rename Parameter firstOff : int to firstEntryOff : int in method public isEnoughSpace(newEntrySizeWithItem int, firstEntryOff int, directCnt int, indirectCnt int) : boolean in class org.apache.ignite.internal.processors.cache.database.tree.io.DataPageIO |
From |
To |
|
Rename Parameter entrySize : int to entrySizeWithItem : int in method public addRow(coctx CacheObjectContext, buf ByteBuffer, key CacheObject, val CacheObject, ver GridCacheVersion, entrySizeWithItem int) : byte in class org.apache.ignite.internal.processors.cache.database.tree.io.DataPageIO |
From |
To |
|
Rename Parameter part : Integer to partId : Integer in method private tree(partId Integer) : FreeTree in class org.apache.ignite.internal.processors.cache.database.freelist.FreeList |
From |
To |