f9ceb130aab39d1c2646febf4f00105a06510cb8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Multiset<NodeId> to Multiset<String> in method public getWorkerHosts() : Multiset<String> in class tachyon.yarn.ApplicationMasterTest.ApplicationMasterPrivateAccess | From | To | |
Change Variable Type | 1 | ||
Change Variable Type workerHosts : Multiset<NodeId> to workerHosts : Multiset<String> in method public getWorkerHostsSize() : int in class tachyon.yarn.ApplicationMasterTest.ApplicationMasterPrivateAccess | From | To | |
Extract Method | 2 | ||
Extract Method private mockResourceManager(numContainers int) : void extracted from public negotiateUniqueWorkerHostsTest() : void in class tachyon.yarn.ApplicationMasterTest | From | To | |
Extract Method private setupApplicationMaster(properties Map<String,String>) : void extracted from public before() : void in class tachyon.yarn.ApplicationMasterTest | From | To |