4c0324512987525516df381ac6893392106f975a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getNextDirViewInTierView(tierView StorageTierView, blockSize long) : int renamed to private getNextAvailDirInTier(tierView StorageTierView, blockSize long) : int in class tachyon.worker.block.allocator.RoundRobinAllocator | From | To | |
Rename Variable | 1 | ||
Rename Variable tierAlias : int to tierIndex : int in method private allocateBlock(userId long, blockId long, blockSize long, location BlockStoreLocation) : TempBlockMeta in class tachyon.worker.block.allocator.RoundRobinAllocator | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mTierViewDirViews : Map<StorageTierView,Integer> to mTierToLastDirMap : Map<StorageTierView,Integer> in class tachyon.worker.block.allocator.RoundRobinAllocator | From | To |