0cc0545feac9179aebc6b7407860b7bf393825f4
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 6 | ||
Change Parameter Type worker : AlluxioWorker to worker : AlluxioWorkerService in method public getFileSystemWorker(worker AlluxioWorkerService) : FileSystemWorker in class alluxio.worker.PrivateAccess | From | To | |
Change Parameter Type alluxioWorker : AlluxioWorker to alluxioWorker : AlluxioWorkerService in method public WorkerUIWebServer(serviceType ServiceType, webAddress InetSocketAddress, alluxioWorker AlluxioWorkerService, blockWorker BlockWorker, workerAddress InetSocketAddress, startTimeMs long) in class alluxio.web.WorkerUIWebServer | From | To | |
Change Parameter Type worker : AlluxioWorker to worker : AlluxioWorkerService in method public NettyDataServer(address InetSocketAddress, worker AlluxioWorkerService) in class alluxio.worker.netty.NettyDataServer | From | To | |
Change Parameter Type worker : AlluxioWorker to worker : AlluxioWorkerService in method public DataServerHandler(worker AlluxioWorkerService) in class alluxio.worker.netty.DataServerHandler | From | To | |
Change Parameter Type worker : AlluxioWorker to worker : AlluxioWorkerService in method public getBlockWorker(worker AlluxioWorkerService) : BlockWorker in class alluxio.worker.PrivateAccess | From | To | |
Change Parameter Type worker : AlluxioWorker to worker : AlluxioWorkerService in method public create(dataAddress InetSocketAddress, worker AlluxioWorkerService) : DataServer in class alluxio.worker.DataServer.Factory | From | To | |
Move Method | 1 | ||
Move Method public main(args String[]) : void from class alluxio.worker.AlluxioWorkerLauncher to public main(args String[]) : void from class alluxio.worker.AlluxioWorker | From | To | |
Change Return Type | 2 | ||
Change Return Type AlluxioWorker to AlluxioWorkerService in method public getWorker() : AlluxioWorkerService in class alluxio.master.LocalAlluxioCluster | From | To | |
Change Return Type AlluxioWorker to AlluxioWorkerService in method public get() : AlluxioWorkerService in class alluxio.worker.AlluxioWorkerService.Factory | From | To | |
Move Attribute | 1 | ||
Move Attribute private LOG : Logger from class alluxio.worker.AlluxioWorkerLauncher to private LOG : Logger from class alluxio.worker.AlluxioWorker | From | To | |
Move Class | 1 | ||
Move Class alluxio.worker.AlluxioWorker.Factory moved to alluxio.worker.AlluxioWorkerService.Factory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type alluxioWorker : AlluxioWorker to alluxioWorker : AlluxioWorkerService in method public before() : void in class alluxio.worker.block.BlockWorkerClientRestApiTest | From | To | |
Extract Interface | 1 | ||
Extract Interface alluxio.worker.AlluxioWorkerService from classes [alluxio.worker.DefaultAlluxioWorker] | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type sAlluxioWorker : AlluxioWorker to sAlluxioWorker : AlluxioWorkerService in class alluxio.worker.AlluxioWorkerService.Factory | From | To | |
Change Attribute Type mWorker : AlluxioWorker to mWorker : AlluxioWorkerService in class alluxio.worker.AlluxioWorkerRestServiceHandler | From | To | |
Change Attribute Type mWorker : AlluxioWorker to mWorker : AlluxioWorkerService in class alluxio.worker.AlluxioWorkerRestApiTest | From | To | |
Change Attribute Type mWorker : AlluxioWorker to mWorker : AlluxioWorkerService in class alluxio.master.AbstractLocalAlluxioCluster | From | To |