|
Change Parameter Type capability : Resource to capability : ProfileCapability in method package getMatchingRequests(priority Priority, resourceName String, executionType ExecutionType, capability ProfileCapability) : List<ResourceRequestInfo> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Parameter Type capability : Resource to capability : ProfileCapability in method package get(priority Priority, location String, execType ExecutionType, capability ProfileCapability) : ResourceRequestInfo in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Parameter Type capability : Resource to capability : ProfileCapability in method package remove(priority Priority, resourceName String, execType ExecutionType, capability ProfileCapability) : ResourceRequestInfo in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Parameter Type capability : Resource to capability : ProfileCapability in method private decResourceRequest(priority Priority, resourceName String, execTypeReq ExecutionTypeRequest, capability ProfileCapability, req T) : void in class org.apache.hadoop.yarn.client.api.impl.AMRMClientImpl |
From |
To |
|
Change Parameter Type capability : Resource to capability : ProfileCapability in method package addResourceRequest(allocationRequestId Long, priority Priority, resourceName String, execTypeReq ExecutionTypeRequest, capability ProfileCapability, req T, relaxLocality boolean, labelExpression String) : ResourceRequestInfo in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Parameter Type iLocationMap : Iterator<Map<String,Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>>>> to iLocationMap : Iterator<Map<String,Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>>>> in method public RequestInfoIterator(iLocationMap Iterator<Map<String,Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>>>>) in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable.RequestInfoIterator |
From |
To |
|
Change Parameter Type capability : Resource to capability : ProfileCapability in method private addResourceRequest(priority Priority, resourceName String, execTypeReq ExecutionTypeRequest, capability ProfileCapability, req T, relaxLocality boolean, labelExpression String) : void in class org.apache.hadoop.yarn.client.api.impl.AMRMClientImpl |
From |
To |
|
Change Parameter Type capability : Resource to capability : ProfileCapability in method package put(priority Priority, resourceName String, execType ExecutionType, capability ProfileCapability, resReqInfo ResourceRequestInfo) : void in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Parameter Type capability : Resource to capability : ProfileCapability in method package decResourceRequest(priority Priority, resourceName String, execTypeReq ExecutionTypeRequest, capability ProfileCapability, req T) : ResourceRequestInfo in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Return Type TreeMap<Resource,ResourceRequestInfo> to TreeMap<ProfileCapability,ResourceRequestInfo> in method package getCapabilityMap(priority Priority, location String, execType ExecutionType) : TreeMap<ProfileCapability,ResourceRequestInfo> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Return Type Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>> to Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>> in method package getExecutionTypeMap(priority Priority, location String) : Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Return Type Map<String,Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>>> to Map<String,Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>>> in method package getLocationMap(priority Priority) : Map<String,Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>>> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type capabilityMap : TreeMap<Resource,ResourceRequestInfo> to capabilityMap : TreeMap<ProfileCapability,ResourceRequestInfo> in method package getMatchingRequests(priority Priority, resourceName String, executionType ExecutionType, capability ProfileCapability) : List<ResourceRequestInfo> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type executionTypeMap : Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>> to executionTypeMap : Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>> in method package getCapabilityMap(priority Priority, location String, execType ExecutionType) : TreeMap<ProfileCapability,ResourceRequestInfo> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type locationMap : Map<String,Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>>> to locationMap : Map<String,Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>>> in method package getExecutionTypeMap(priority Priority, location String) : Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type capabilityMap : TreeMap<Resource,ResourceRequestInfo> to capabilityMap : TreeMap<ProfileCapability,ResourceRequestInfo> in method package put(priority Priority, resourceName String, execType ExecutionType, capability ProfileCapability, resReqInfo ResourceRequestInfo) : void in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type locationMap : Map<String,Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>>> to locationMap : Map<String,Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>>> in method package put(priority Priority, resourceName String, execType ExecutionType, capability ProfileCapability, resReqInfo ResourceRequestInfo) : void in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type locationMap : Map<String,Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>>> to locationMap : Map<String,Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>>> in method package remove(priority Priority, resourceName String, execType ExecutionType, capability ProfileCapability) : ResourceRequestInfo in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type capabilityMap : TreeMap<Resource,ResourceRequestInfo> to capabilityMap : TreeMap<ProfileCapability,ResourceRequestInfo> in method package remove(priority Priority, resourceName String, execType ExecutionType, capability ProfileCapability) : ResourceRequestInfo in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type execTypeMap : Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>> to execTypeMap : Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>> in method package put(priority Priority, resourceName String, execType ExecutionType, capability ProfileCapability, resReqInfo ResourceRequestInfo) : void in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type execTypeMap : Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>> to execTypeMap : Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>> in method package remove(priority Priority, resourceName String, execType ExecutionType, capability ProfileCapability) : ResourceRequestInfo in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type capabilityMap : TreeMap<Resource,ResourceRequestInfo> to capabilityMap : TreeMap<ProfileCapability,ResourceRequestInfo> in method package getAllResourceRequestInfos(priority Priority, locations Collection<String>) : List<ResourceRequestInfo> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Variable Type capabilityMap : TreeMap<Resource,ResourceRequestInfo> to capabilityMap : TreeMap<ProfileCapability,ResourceRequestInfo> in method package get(priority Priority, location String, execType ExecutionType, capability ProfileCapability) : ResourceRequestInfo in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Attribute Type remoteRequestsTable : Map<Priority,Map<String,Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>>>> to remoteRequestsTable : Map<Priority,Map<String,Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>>>> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |
|
Change Attribute Type iCapMap : Iterator<TreeMap<Resource,ResourceRequestInfo>> to iCapMap : Iterator<TreeMap<ProfileCapability,ResourceRequestInfo>> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable.RequestInfoIterator |
From |
To |
|
Change Attribute Type iLocMap : Iterator<Map<String,Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>>>> to iLocMap : Iterator<Map<String,Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>>>> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable.RequestInfoIterator |
From |
To |
|
Change Attribute Type iExecTypeMap : Iterator<Map<ExecutionType,TreeMap<Resource,ResourceRequestInfo>>> to iExecTypeMap : Iterator<Map<ExecutionType,TreeMap<ProfileCapability,ResourceRequestInfo>>> in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable.RequestInfoIterator |
From |
To |
|
Change Attribute Type resourceComparator : ResourceReverseMemoryThenCpuComparator to resourceComparator : ProfileCapabilityComparator in class org.apache.hadoop.yarn.client.api.impl.RemoteRequestsTable |
From |
To |