|
Change Parameter Type srcIo : BPlusIO<MetaTreeItem> to srcIo : BPlusIO<Long> in method public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<Long>, src ByteBuffer, srcIdx int) : void in class org.apache.ignite.internal.processors.cache.database.MetadataStorage.MetaReuseInnerIO |
From |
To |
|
Change Parameter Type srcIo : BPlusIO<MetaTreeItem> to srcIo : BPlusIO<Long> in method public store(dst ByteBuffer, dstIdx int, srcIo BPlusIO<Long>, src ByteBuffer, srcIdx int) : void in class org.apache.ignite.internal.processors.cache.database.MetadataStorage.MetaReuseLeafIO |
From |
To |
|
Change Parameter Type row : MetaTreeItem to row : Long in method public store(buf ByteBuffer, idx int, row Long) : void in class org.apache.ignite.internal.processors.cache.database.MetadataStorage.MetaReuseInnerIO |
From |
To |
|
Change Parameter Type tree : BPlusTree<MetaTreeItem,?> to tree : BPlusTree<Long,?> in method public getLookupRow(tree BPlusTree<Long,?>, buf ByteBuffer, idx int) : Long in class org.apache.ignite.internal.processors.cache.database.MetadataStorage.MetaReuseInnerIO |
From |
To |
|
Change Parameter Type row : MetaTreeItem to row : Long in method public store(buf ByteBuffer, idx int, row Long) : void in class org.apache.ignite.internal.processors.cache.database.MetadataStorage.MetaReuseLeafIO |
From |
To |
|
Change Parameter Type tree : BPlusTree<MetaTreeItem,?> to tree : BPlusTree<Long,?> in method public getLookupRow(tree BPlusTree<Long,?>, buf ByteBuffer, idx int) : Long in class org.apache.ignite.internal.processors.cache.database.MetadataStorage.MetaReuseLeafIO |
From |
To |