65896c79377b4776fe065211eda559f4c0683aae
Files Diff
- Added: 9
- Removed: 10
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ExternalCluster to MultiProcessCluster in method public build() : MultiProcessCluster in class alluxio.multi.process.MultiProcessCluster.Builder | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class alluxio.external.ExternalCluster moved and renamed to alluxio.multi.process.MultiProcessCluster | From | To | |
Move And Rename Class alluxio.external.ExternalClusterTest moved and renamed to alluxio.multi.process.MultiProcessClusterTest | From | To | |
Move Class | 7 | ||
Move Class alluxio.external.MasterNetAddress moved to alluxio.multi.process.MasterNetAddress | From | To | |
Move Class alluxio.external.Worker moved to alluxio.multi.process.Worker | From | To | |
Move Class alluxio.external.LimitedLifeMasterProcess moved to alluxio.multi.process.LimitedLifeMasterProcess | From | To | |
Move Class alluxio.external.LimitedLifeWorkerProcess moved to alluxio.multi.process.LimitedLifeWorkerProcess | From | To | |
Move Class alluxio.external.ExternalProcess moved to alluxio.multi.process.ExternalProcess | From | To | |
Move Class alluxio.external.Utils moved to alluxio.multi.process.Utils | From | To | |
Move Class alluxio.external.Master moved to alluxio.multi.process.Master | From | To | |
Extract Variable | 1 | ||
Extract Variable masterAddress : MasterNetAddress in method public start() : void from class alluxio.multi.process.MultiProcessCluster | From | To | |
Change Variable Type | 4 | ||
Change Variable Type cluster : ExternalCluster to cluster : MultiProcessCluster in method public zookeeper() : void in class alluxio.multi.process.MultiProcessClusterTest | From | To | |
Change Variable Type cluster : ExternalCluster to cluster : MultiProcessCluster in method public simpleCluster() : void in class alluxio.multi.process.MultiProcessClusterTest | From | To | |
Change Variable Type cluster : ExternalCluster to cluster : MultiProcessCluster in method public singleMasterJournalStopIntegration() : void in class alluxio.master.JournalShutdownIntegrationTest | From | To | |
Change Variable Type cluster : ExternalCluster to cluster : MultiProcessCluster in method public multiMasterJournalStopIntegration() : void in class alluxio.master.JournalShutdownIntegrationTest | From | To | |
Change Package | 1 | ||
Change Package alluxio.external to alluxio.multi.process | From | To |