|
Rename Method public setFlowName(flowName String) : void renamed to public TimelineCollectorContext(clusterId String, userId String, flowName String, flowVersion String, flowRunId Long, appId String) in class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext |
From |
To |
|
Rename Method public getFlows(req HttpServletRequest, res HttpServletResponse, clusterId String, limit String, dateRange String, fields String) : Set<TimelineEntity> renamed to public getFlowRuns(req HttpServletRequest, res HttpServletResponse, uId String, limit String, createdTimeStart String, createdTimeEnd String, fields String) : Set<TimelineEntity> in class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices |
From |
To |
|
Rename Method public getFlowRun(req HttpServletRequest, res HttpServletResponse, userId String, clusterId String, flowName String, flowRunId String, fields String) : TimelineEntity renamed to public getEntity(req HttpServletRequest, res HttpServletResponse, uId String, fields String) : TimelineEntity in class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices |
From |
To |
|
Pull Up Method public getUserId() : String from class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext to public getUserId() : String from class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Pull Up Method public setFlowRunId(flowRunId long) : void from class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext to public setFlowRunId(runId long) : void from class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Pull Up Method public setAppId(appId String) : void from class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext to public setAppId(app String) : void from class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Pull Up Method public getClusterId() : String from class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext to public getClusterId() : String from class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Pull Up Method public getFlowName() : String from class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext to public getFlowName() : String from class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Pull Up Method public TimelineCollectorContext(clusterId String, userId String, flowName String, flowVersion String, flowRunId long, appId String) from class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext to public TimelineContext(clusterId String, userId String, flowName String, flowRunId Long, appId String) from class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Pull Up Method public setClusterId(clusterId String) : void from class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext to public setClusterId(cluster String) : void from class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Pull Up Method public setUserId(userId String) : void from class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext to public setUserId(user String) : void from class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Pull Up Method public getAppId() : String from class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext to public getAppId() : String from class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Move Method private parseKeyStrValueObj(str String, pairsDelim String, keyValDelim String) : Map<String,Object> from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices to package parseKeyStrValueObj(str String, pairsDelim String, keyValDelim String) : Map<String,Object> from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils |
From |
To |
|
Move Method private parseKeyValues(map Map<String,T>, str String, pairsDelim String, keyValuesDelim String, stringValue boolean, multipleValues boolean) : void from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices to private parseKeyValues(map Map<String,T>, str String, pairsDelim String, keyValuesDelim String, stringValue boolean, multipleValues boolean) : void from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils |
From |
To |
|
Move Method private getUser(req HttpServletRequest) : UserGroupInformation from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices to package getUser(req HttpServletRequest) : UserGroupInformation from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils |
From |
To |
|
Move Method private parseStr(str String) : String from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices to package parseStr(str String) : String from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils |
From |
To |
|
Move Method private getUserName(callerUGI UserGroupInformation) : String from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices to package getUserName(callerUGI UserGroupInformation) : String from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils |
From |
To |
|
Move Method private parseKeyStrValuesStr(str String, pairsDelim String, keyValuesDelim String) : Map<String,Set<String>> from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices to package parseKeyStrValuesStr(str String, pairsDelim String, keyValuesDelim String) : Map<String,Set<String>> from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils |
From |
To |
|
Move Method private parseKeyStrValueStr(str String, pairsDelim String, keyValDelim String) : Map<String,String> from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices to package parseKeyStrValueStr(str String, pairsDelim String, keyValDelim String) : Map<String,String> from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils |
From |
To |
|
Move Method private parseFieldsStr(str String, delimiter String) : EnumSet<Field> from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices to package parseFieldsStr(str String, delimiter String) : EnumSet<Field> from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils |
From |
To |
|
Move Method private parseLongStr(str String) : Long from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices to package parseLongStr(str String) : Long from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils |
From |
To |
|
Move Method private parseValuesStr(str String, delimiter String) : Set<String> from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices to package parseValuesStr(str String, delimiter String) : Set<String> from class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServicesUtils |
From |
To |
|
Rename Parameter userId : String to user : String in method public setUserId(user String) : void in class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Rename Parameter appId : String to app : String in method public setAppId(app String) : void in class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Rename Parameter flowRunId : long to runId : long in method public setFlowRunId(runId long) : void in class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |
|
Rename Parameter flowVersion : String to version : String in method public setFlowVersion(version String) : void in class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext |
From |
To |
|
Rename Parameter fields : String to clusterId : String in method public getFlowRun(req HttpServletRequest, res HttpServletResponse, clusterId String, userId String, flowName String, flowRunId String) : TimelineEntity in class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices |
From |
To |
|
Rename Parameter userId : String to uId : String in method public getEntity(req HttpServletRequest, res HttpServletResponse, uId String, fields String) : TimelineEntity in class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices |
From |
To |
|
Rename Parameter fields : String to clusterId : String in method public getFlows(req HttpServletRequest, res HttpServletResponse, clusterId String, limit String, dateRange String) : Set<TimelineEntity> in class org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices |
From |
To |
|
Rename Parameter clusterId : String to cluster : String in method public setClusterId(cluster String) : void in class org.apache.hadoop.yarn.server.timelineservice.TimelineContext |
From |
To |