a1af356acab214f6bf10ce27228dfb2d339f1ce7
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getMetastoreRoot(buf ByteBuffer) : long renamed to public getTreeRoot(buf ByteBuffer) : long in class org.apache.ignite.internal.processors.cache.database.tree.io.PageMetaIO | From | To | |
Rename Method public setMetastoreRoot(buf ByteBuffer, metastoreRoot long) : void renamed to public setTreeRoot(buf ByteBuffer, metastoreRoot long) : void in class org.apache.ignite.internal.processors.cache.database.tree.io.PageMetaIO | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.processors.cache.database.tree.io.PagePartMetaIO renamed to org.apache.ignite.internal.processors.cache.database.tree.io.PagePartitionMetaIO | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type VERSIONS : IOVersions<PagePartMetaIO> to VERSIONS : IOVersions<PagePartitionMetaIO> in class org.apache.ignite.internal.processors.cache.database.tree.io.PagePartitionMetaIO | From | To |