8a0a4367de47e0d9bcfe13aebc8b72292ec3d24b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type Iterator<Map.Entry<Long,Object>> to Iterator<Long> in method protected abstract getBlockIterator() : Iterator<Long> in class tachyon.worker.block.evictor.EvictorBase | From | To | |
Change Return Type Iterator<Map.Entry<Long,Object>> to Iterator<Long> in method protected getBlockIterator() : Iterator<Long> in class tachyon.worker.block.evictor.LRUEvictor | From | To | |
Change Return Type Iterator<Map.Entry<Long,Object>> to Iterator<Long> in method protected getBlockIterator() : Iterator<Long> in class tachyon.worker.block.evictor.LRFUEvictor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type it : Iterator<Map.Entry<Long,Object>> to it : Iterator<Long> in method protected cascadingEvict(bytesToBeAvailable long, location BlockStoreLocation, plan EvictionPlan) : StorageDirView in class tachyon.worker.block.evictor.EvictorBase | From | To |