62d8872eb8f3d2e51466a3f1aefcde2eb818acd3
Files Diff
- Added: 1
 - Removed: 2
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type executorService : ExecutorService to blockStore : BlockStore in method public AsyncEvictor(blockStore BlockStore) in class tachyon.worker.block.AsyncEvictor | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private mAsyncEvictor : AsyncEvictor from class tachyon.worker.block.TieredBlockStore to private mAsyncEvictor : AsyncEvictor from class tachyon.worker.block.BlockDataManager | From | To | |
| Move Class | 1 | ||
| Move Class tachyon.worker.block.TieredBlockStore.AsyncEvictor moved to tachyon.worker.block.AsyncEvictor | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mExecutorService : ExecutorService to mBlockStore : BlockStore in class tachyon.worker.block.AsyncEvictor | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type bytesReservedOnTier : Pair<Integer,Long> to bytesReservedOnTier : Pair<BlockStoreLocation,Long> in method public run() : void in class tachyon.worker.block.AsyncEvictor | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type mReservedBytesOnTiers : List<Pair<Integer,Long>> to mReservedBytesOnTiers : List<Pair<BlockStoreLocation,Long>> in class tachyon.worker.block.AsyncEvictor | From | To | |
| Change Attribute Type mExecutorService : ExecutorService to mBlockStore : BlockStore in class tachyon.worker.block.AsyncEvictor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter executorService : ExecutorService to blockStore : BlockStore in method public AsyncEvictor(blockStore BlockStore) in class tachyon.worker.block.AsyncEvictor | From | To |