ff5b3e16850e503b79a13c44b667140d23c1f080
Files Diff
- Added: 18
 - Removed: 0
 - Renamed: 0
 - Modified: 26
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private startPageMemoryPools() : void renamed to private startMemoryPolicies() : void in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabaseSharedManager | From | To | |
| Rename Variable | 1 | ||
| Rename Variable keySize : int to cacheIdSize : int in method private writeFragment(row CacheDataRow, buf ByteBuffer, rowOff int, payloadSize int, type EntryPart, keySize int, valSize int) : int in class org.apache.ignite.internal.processors.cache.database.tree.io.DataPageIO | From | To | |
| Change Return Type | 1 | ||
| Change Return Type PageMemory to MemoryPolicy in method private initMemory(dbCfg MemoryConfiguration, plc MemoryPolicyConfiguration, memMetrics MemoryMetricsImpl) : MemoryPolicy in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabaseSharedManager | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute bucket : int to emptyDataPagesBucket : int in method public insertDataRow(row CacheDataRow) : void in class org.apache.ignite.internal.processors.cache.database.freelist.FreeListImpl | From | To | |
| Inline Variable | 1 | ||
| Inline Variable bucket : int in method public insertDataRow(row CacheDataRow) : void from class org.apache.ignite.internal.processors.cache.database.freelist.FreeListImpl | From | To | |
| Extract Method | 1 | ||
| Extract Method public initFromLink(cctx GridCacheContext<?,?>, sharedCtx GridCacheSharedContext<?,?>, pageMem PageMemory, rowData RowData) : void extracted from public initFromLink(cctx GridCacheContext<?,?>, rowData RowData) : void in class org.apache.ignite.internal.processors.cache.database.CacheDataRowAdapter | From | To |