a5e8622c4a59201d7ae46d0d323971610cca1c97
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getRowStore() : H2RowStore renamed to public getRowFactory() : H2RowFactory in class org.apache.ignite.internal.processors.query.h2.database.H2Tree | From | To | |
Rename Method public rowStore() : H2RowStore renamed to public rowFactory() : H2RowFactory in class org.apache.ignite.internal.processors.query.h2.opt.GridH2Table | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type rowStore : H2RowStore to rowStore : H2RowFactory in method public H2Tree(name String, reuseList ReuseList, cacheId int, pageMem PageMemory, rowStore H2RowFactory, metaPageId FullPageId, initNew boolean) in class org.apache.ignite.internal.processors.query.h2.database.H2Tree | From | To | |
Change Return Type | 4 | ||
Change Return Type void to long in method public update(key KeyCacheObject, part int, val CacheObject, ver GridCacheVersion, expireTime long) : long in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManager.CacheDataStore | From | To | |
Change Return Type void to long in method public update(key KeyCacheObject, p int, val CacheObject, ver GridCacheVersion, expireTime long) : long in class org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.CacheDataStoreImpl | From | To | |
Change Return Type H2RowStore to H2RowFactory in method public rowFactory() : H2RowFactory in class org.apache.ignite.internal.processors.query.h2.opt.GridH2Table | From | To | |
Change Return Type H2RowStore to H2RowFactory in method public getRowFactory() : H2RowFactory in class org.apache.ignite.internal.processors.query.h2.database.H2Tree | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.processors.query.h2.database.H2RowStore renamed to org.apache.ignite.internal.processors.query.h2.database.H2RowFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute rowStore : H2RowStore to rowFactory : H2RowFactory in class org.apache.ignite.internal.processors.query.h2.opt.GridH2Table | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type rowStore : H2RowStore to rowFactory : H2RowFactory in class org.apache.ignite.internal.processors.query.h2.opt.GridH2Table | From | To | |
Change Attribute Type rowStore : H2RowStore to rowStore : H2RowFactory in class org.apache.ignite.internal.processors.query.h2.database.H2Tree | From | To |