20def55bcb9b1843b3f0d467d6bfe4d83542a572
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private freeSpaceNoEvictionLock(userId long, availableBytes long, location BlockStoreLocation) : void renamed to private freeSpaceInternal(userId long, availableBytes long, location BlockStoreLocation) : void in class tachyon.worker.block.TieredBlockStore | From | To | |
| Inline Method | 1 | ||
| Inline Method private requestSpaceNoLock(userId long, blockId long, moreBytes long) : void inlined to public requestSpace(userId long, blockId long, moreBytes long) : void in class tachyon.worker.block.TieredBlockStore | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Optional<EvictionPlan> to EvictionPlan in method public freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.Evictor | From | To | |
| Change Return Type Optional<EvictionPlan> to EvictionPlan in method public freeSpace(availableBytes long, location BlockStoreLocation) : EvictionPlan in class tachyon.worker.block.evictor.NaiveEvictor | From | To |