23b17584e0f2ab47efcbcbad977df31a86cd6db6
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public withAlluxioMasterName(alluxioMasterName String) : Builder renamed to public withAlluxioMasterType(masterType MasterType) : Builder in class alluxio.master.MasterHealthCheckClient.Builder | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type alluxioMasterName : String to masterType : MasterType in method public withAlluxioMasterType(masterType MasterType) : Builder in class alluxio.master.MasterHealthCheckClient.Builder | From | To | |
Change Parameter Type alluxioMasterName : String to alluxioMasterType : MasterType in method public MasterHealthCheckClient(alluxioMasterType MasterType, processCheck boolean, retryPolicySupplier Supplier<RetryPolicy>, alluxioConf AlluxioConfiguration) in class alluxio.master.MasterHealthCheckClient | From | To | |
Rename Variable | 1 | ||
Rename Variable masterServingCheckFuture : Future<?> to masterServingFuture : Future<?> in method public isServing() : boolean in class alluxio.master.MasterHealthCheckClient | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class alluxio.jobmaster.JobMasterHealthCheckClient moved and renamed to alluxio.master.job.JobMasterRpcHealthCheckClient | From | To | |
Move Class | 3 | ||
Move Class alluxio.jobworker.JobWorkerHealthCheckClient moved to alluxio.worker.job.JobWorkerHealthCheckClient | From | To | |
Move Class alluxio.jobworker.AlluxioJobWorkerMonitor moved to alluxio.worker.job.AlluxioJobWorkerMonitor | From | To | |
Move Class alluxio.jobmaster.AlluxioJobMasterMonitor moved to alluxio.master.job.AlluxioJobMasterMonitor | From | To | |
Rename Attribute | 2 | ||
Rename Attribute mAlluxioMasterName : String to mAlluxioMasterType : MasterType in class alluxio.master.MasterHealthCheckClient | From | To | |
Rename Attribute mAlluxioMasterName : String to mAlluxioMasterType : MasterType in class alluxio.master.MasterHealthCheckClient.Builder | From | To | |
Extract Variable | 1 | ||
Extract Variable builder : MasterHealthCheckClient.Builder in method public main(args String[]) : void from class alluxio.master.AlluxioMasterMonitor | From | To | |
Change Package | 1 | ||
Change Package alluxio.jobworker to alluxio.worker.job | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mAlluxioMasterName : String to mAlluxioMasterType : MasterType in class alluxio.master.MasterHealthCheckClient | From | To | |
Change Attribute Type mAlluxioMasterName : String to mAlluxioMasterType : MasterType in class alluxio.master.MasterHealthCheckClient.Builder | From | To | |
Rename Parameter | 3 | ||
Rename Parameter alluxioMasterName : String to masterType : MasterType in method public withAlluxioMasterType(masterType MasterType) : Builder in class alluxio.master.MasterHealthCheckClient.Builder | From | To | |
Rename Parameter alluxioMasterName : String to alluxioMasterType : MasterType in method public MasterHealthCheckClient(alluxioMasterType MasterType, processCheck boolean, retryPolicySupplier Supplier<RetryPolicy>, alluxioConf AlluxioConfiguration) in class alluxio.master.MasterHealthCheckClient | From | To | |
Rename Parameter jobWorkerAddress : InetSocketAddress to workerAddress : InetSocketAddress in method public WorkerHealthCheckClient(workerAddress InetSocketAddress, retryPolicySupplier Supplier<RetryPolicy>, alluxioConf AlluxioConfiguration) in class alluxio.worker.WorkerHealthCheckClient | From | To |