e7d412bedb5b78b710cd2912df92191700f04553
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public create(masterAddress InetSocketAddress) : FileSystemMasterClient from class alluxio.client.file.FileSystemMasterClient.Factory to protected create(subject Subject, masterAddress InetSocketAddress) : RetryHandlingFileSystemMasterClient from class alluxio.client.file.RetryHandlingFileSystemMasterClient | From | To | |
Move Method public create(masterAddress InetSocketAddress) : BlockMasterClient from class alluxio.client.block.BlockMasterClient.Factory to protected create(subject Subject, masterAddress InetSocketAddress) : RetryHandlingBlockMasterClient from class alluxio.client.block.RetryHandlingBlockMasterClient | From | To | |
Change Return Type | 2 | ||
Change Return Type BlockMasterClient to RetryHandlingBlockMasterClient in method protected create(subject Subject, masterAddress InetSocketAddress) : RetryHandlingBlockMasterClient in class alluxio.client.block.RetryHandlingBlockMasterClient | From | To | |
Change Return Type FileSystemMasterClient to RetryHandlingFileSystemMasterClient in method protected create(subject Subject, masterAddress InetSocketAddress) : RetryHandlingFileSystemMasterClient in class alluxio.client.file.RetryHandlingFileSystemMasterClient | From | To |