|
Change Return Type Set<String> to Set<ApplicationReport> in method private getSliderApplications(liveOnly boolean) : Set<ApplicationReport> in class org.apache.hadoop.yarn.services.api.impl.ApplicationApiService |
From |
To |
|
Change Return Type Set<String> to Set<ApplicationReport> in method public getApplicationList(clustername String) : Set<ApplicationReport> in class org.apache.slider.client.SliderClient |
From |
To |
|
Change Return Type Set<String> to Set<ApplicationReport> in method public getApplicationList(clustername String, args ActionListArgs) : Set<ApplicationReport> in class org.apache.slider.client.SliderClient |
From |
To |
|
Change Return Type Set<String> to Set<ApplicationReport> in method private getSliderApplications(state String) : Set<ApplicationReport> in class org.apache.hadoop.yarn.services.api.impl.ApplicationApiService |
From |
To |
|
Change Return Type Set<String> to Set<ApplicationReport> in method private getSliderApplications(liveOnly boolean, state String) : Set<ApplicationReport> in class org.apache.hadoop.yarn.services.api.impl.ApplicationApiService |
From |
To |
|
Change Variable Type app : String to app : ApplicationReport in method public getApplications(state String) : Response in class org.apache.hadoop.yarn.services.api.impl.ApplicationApiService |
From |
To |
|
Change Variable Type listedInstances : Set<String> to listedInstances : Set<ApplicationReport> in method public getApplicationList(clustername String, args ActionListArgs) : Set<ApplicationReport> in class org.apache.slider.client.SliderClient |
From |
To |
|
Change Variable Type appInstances : Set<String> to appInstances : Set<ApplicationReport> in method public actionList(clustername String, args ActionListArgs) : int in class org.apache.slider.client.SliderClient |
From |
To |
|
Change Variable Type applications : Set<String> to applications : Set<ApplicationReport> in method public getApplications(state String) : Response in class org.apache.hadoop.yarn.services.api.impl.ApplicationApiService |
From |
To |
|
Change Variable Type apps : Set<String> to apps : Set<ApplicationReport> in method private getSliderApplications(liveOnly boolean, state String) : Set<ApplicationReport> in class org.apache.hadoop.yarn.services.api.impl.ApplicationApiService |
From |
To |