|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeInfo> in method public abstract setNodeAttributes(attributes Set<NodeAttributeInfo>) : void in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse |
From |
To |
|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeKey> in method public setNodeAttributes(attributes Set<NodeAttributeKey>) : void in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesRequestPBImpl |
From |
To |
|
Change Parameter Type p : NodeAttributeProto to nodeAttributeInfoProto : NodeAttributeInfoProto in method private convertFromProtoFormat(nodeAttributeInfoProto NodeAttributeInfoProto) : NodeAttributeInfo in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeAttributesResponsePBImpl |
From |
To |
|
Change Parameter Type p : NodeAttributeProto to p : NodeAttributeKeyProto in method private convertFromProtoFormat(p NodeAttributeKeyProto) : NodeAttributeKey in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesResponsePBImpl |
From |
To |
|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeKey> in method public getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,List<NodeToAttributeValue>> in class org.apache.hadoop.mapred.ResourceMgrDelegate |
From |
To |
|
Change Parameter Type attributeName : String to attributeKey : NodeAttributeKey in method public setAttributeKey(attributeKey NodeAttributeKey) : void in class org.apache.hadoop.yarn.api.records.impl.pb.NodeAttributePBImpl |
From |
To |
|
Change Parameter Type newAttributesToBeAdded : Map<NodeAttribute,RMNodeAttribute> to newAttributesToBeAdded : Map<NodeAttributeKey,RMNodeAttribute> in method protected validate(nodeAttributeMapping Map<String,Set<NodeAttribute>>, newAttributesToBeAdded Map<NodeAttributeKey,RMNodeAttribute>, isRemoveOperation boolean) : Map<String,Map<NodeAttribute,AttributeValue>> in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeKey> in method public abstract setNodeAttributes(attributes Set<NodeAttributeKey>) : void in class org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesRequest |
From |
To |
|
Change Parameter Type map : Map<NodeAttribute,Set<String>> to map : Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public setAttributeToNodes(map Map<NodeAttributeKey,List<NodeToAttributeValue>>) : void in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesResponsePBImpl |
From |
To |
|
Change Parameter Type t : NodeAttribute to attributeInfo : NodeAttributeInfo in method private convertToProtoFormat(attributeInfo NodeAttributeInfo) : NodeAttributeInfoProto in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeAttributesResponsePBImpl |
From |
To |
|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeInfo> in method public setNodeAttributes(attributes Set<NodeAttributeInfo>) : void in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeAttributesResponsePBImpl |
From |
To |
|
Change Parameter Type map : Map<NodeAttribute,Set<String>> to map : Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public abstract setAttributeToNodes(map Map<NodeAttributeKey,List<NodeToAttributeValue>>) : void in class org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponse |
From |
To |
|
Change Parameter Type p : NodeAttributeProto to p : NodeAttributeKeyProto in method private convertFromProtoFormat(p NodeAttributeKeyProto) : NodeAttributeKeyPBImpl in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesRequestPBImpl |
From |
To |
|
Change Parameter Type map : Map<NodeAttribute,Set<String>> to map : Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public newInstance(map Map<NodeAttributeKey,List<NodeToAttributeValue>>) : GetAttributesToNodesResponse in class org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponse |
From |
To |
|
Change Parameter Type t : NodeAttribute to t : NodeAttributeKey in method private convertToProtoFormat(t NodeAttributeKey) : NodeAttributeKeyProto in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesRequestPBImpl |
From |
To |
|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeKey> in method public abstract getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,Map<String,AttributeValue>> in class org.apache.hadoop.yarn.nodelabels.NodeAttributesManager |
From |
To |
|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeKey> in method public getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,Map<String,AttributeValue>> in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeKey> in method public abstract getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,List<NodeToAttributeValue>> in class org.apache.hadoop.yarn.client.api.YarnClient |
From |
To |
|
Change Parameter Type newAttributesToBeAdded : Map<NodeAttribute,RMNodeAttribute> to newAttributesToBeAdded : Map<NodeAttributeKey,RMNodeAttribute> in method private internalUpdateAttributesOnNodes(nodeAttributeMapping Map<String,Map<NodeAttribute,AttributeValue>>, op AttributeMappingOperationType, newAttributesToBeAdded Map<NodeAttributeKey,RMNodeAttribute>, attributePrefix String) : void in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Parameter Type newAttributes : Map<NodeAttribute,RMNodeAttribute> to newAttributes : Map<NodeAttributeKey,RMNodeAttribute> in method private validateForAttributeTypeMismatch(isRemoveOperation boolean, attribute NodeAttribute, newAttributes Map<NodeAttributeKey,RMNodeAttribute>) : boolean in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Parameter Type t : NodeAttribute to t : NodeAttributeKey in method private convertToProtoFormat(t NodeAttributeKey) : NodeAttributeKeyProto in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesResponsePBImpl |
From |
To |
|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeInfo> in method public newInstance(attributes Set<NodeAttributeInfo>) : GetClusterNodeAttributesResponse in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse |
From |
To |
|
Change Parameter Type attributePrefix : String to attributeKey : NodeAttributeKey in method public abstract setAttributeKey(attributeKey NodeAttributeKey) : void in class org.apache.hadoop.yarn.api.records.NodeAttribute |
From |
To |
|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeKey> in method public newInstance(attributes Set<NodeAttributeKey>) : GetAttributesToNodesRequest in class org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesRequest |
From |
To |
|
Change Parameter Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeKey> in method public getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,List<NodeToAttributeValue>> in class org.apache.hadoop.yarn.client.api.impl.YarnClientImpl |
From |
To |
|
Change Return Type NodeAttributeProto to NodeAttributeKeyProto in method private convertToProtoFormat(t NodeAttributeKey) : NodeAttributeKeyProto in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesRequestPBImpl |
From |
To |
|
Change Return Type String to NodeAttributeKey in method public getAttributeKey() : NodeAttributeKey in class org.apache.hadoop.yarn.api.records.impl.pb.NodeAttributePBImpl |
From |
To |
|
Change Return Type Map<NodeAttribute,Set<String>> to Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public getAttributesToNodes() : Map<NodeAttributeKey,List<NodeToAttributeValue>> in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesResponsePBImpl |
From |
To |
|
Change Return Type Set<NodeAttribute> to Set<NodeAttributeKey> in method public abstract getNodeAttributes() : Set<NodeAttributeKey> in class org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesRequest |
From |
To |
|
Change Return Type Map<NodeAttribute,Set<String>> to Map<NodeAttributeKey,Map<String,AttributeValue>> in method public abstract getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,Map<String,AttributeValue>> in class org.apache.hadoop.yarn.nodelabels.NodeAttributesManager |
From |
To |
|
Change Return Type Set<NodeAttribute> to Set<NodeAttributeInfo> in method public getNodeAttributes() : Set<NodeAttributeInfo> in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeAttributesResponsePBImpl |
From |
To |
|
Change Return Type Set<String> to Map<String,AttributeValue> in method public getAssociatedNodeIds() : Map<String,AttributeValue> in class org.apache.hadoop.yarn.nodelabels.RMNodeAttribute |
From |
To |
|
Change Return Type Map<NodeAttribute,Set<String>> to Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,List<NodeToAttributeValue>> in class org.apache.hadoop.yarn.client.api.impl.YarnClientImpl |
From |
To |
|
Change Return Type Set<NodeAttribute> to Set<NodeAttributeKey> in method public getNodeAttributes() : Set<NodeAttributeKey> in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesRequestPBImpl |
From |
To |
|
Change Return Type NodeAttributeProto to NodeAttributeInfoProto in method private convertToProtoFormat(attributeInfo NodeAttributeInfo) : NodeAttributeInfoProto in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeAttributesResponsePBImpl |
From |
To |
|
Change Return Type Map<NodeAttribute,Set<String>> to Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public abstract getAttributesToNodes() : Map<NodeAttributeKey,List<NodeToAttributeValue>> in class org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponse |
From |
To |
|
Change Return Type Map<NodeAttribute,Set<String>> to Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,List<NodeToAttributeValue>> in class org.apache.hadoop.mapred.ResourceMgrDelegate |
From |
To |
|
Change Return Type NodeAttribute to NodeAttributeInfo in method private convertFromProtoFormat(nodeAttributeInfoProto NodeAttributeInfoProto) : NodeAttributeInfo in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeAttributesResponsePBImpl |
From |
To |
|
Change Return Type Set<NodeAttribute> to Set<NodeAttributeInfo> in method public getClusterAttributes() : Set<NodeAttributeInfo> in class org.apache.hadoop.mapred.ResourceMgrDelegate |
From |
To |
|
Change Return Type Set<NodeAttribute> to Set<NodeAttributeInfo> in method public getClusterAttributes() : Set<NodeAttributeInfo> in class org.apache.hadoop.yarn.client.api.impl.YarnClientImpl |
From |
To |
|
Change Return Type Map<NodeAttribute,Set<String>> to Map<NodeAttributeKey,Map<String,AttributeValue>> in method public getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,Map<String,AttributeValue>> in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Return Type Set<NodeAttribute> to Set<NodeAttributeInfo> in method public abstract getClusterAttributes() : Set<NodeAttributeInfo> in class org.apache.hadoop.yarn.client.api.YarnClient |
From |
To |
|
Change Return Type Set<NodeAttribute> to Set<NodeAttributeInfo> in method public abstract getNodeAttributes() : Set<NodeAttributeInfo> in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse |
From |
To |
|
Change Return Type NodeAttributeProto to NodeAttributeKeyProto in method private convertToProtoFormat(t NodeAttributeKey) : NodeAttributeKeyProto in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesResponsePBImpl |
From |
To |
|
Change Return Type NodeAttributePBImpl to NodeAttributeKey in method private convertFromProtoFormat(p NodeAttributeKeyProto) : NodeAttributeKey in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesResponsePBImpl |
From |
To |
|
Change Return Type Map<NodeAttribute,Set<String>> to Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public abstract getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,List<NodeToAttributeValue>> in class org.apache.hadoop.yarn.client.api.YarnClient |
From |
To |
|
Change Return Type NodeAttributePBImpl to NodeAttributeKeyPBImpl in method private convertFromProtoFormat(p NodeAttributeKeyProto) : NodeAttributeKeyPBImpl in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesRequestPBImpl |
From |
To |
|
Change Variable Type attribute : NodeAttribute to attributeEntry : Entry<NodeAttribute,AttributeValue> in method private addNodeToAttribute(nodeHost String, attributeMappings Map<NodeAttribute,AttributeValue>) : void in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Variable Type iterator : Iterator<NodeAttribute> to iterator : Iterator<Entry<NodeAttributeKey,RMNodeAttribute>> in method public getClusterNodeAttributes(prefix Set<String>) : Set<NodeAttribute> in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Variable Type attrs2 : Map<NodeAttribute,Set<String>> to attrs2 : Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public testGetAttributesToNodes() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestClientRMService |
From |
To |
|
Change Variable Type attributesProtoList : List<NodeAttributeProto> to attributesProtoList : List<NodeAttributeInfoProto> in method private initLocalNodeAttributes() : void in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeAttributesResponsePBImpl |
From |
To |
|
Change Variable Type attrs : Map<NodeAttribute,Set<String>> to attrs : Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public testGetAttributesToNodes() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestClientRMService |
From |
To |
|
Change Variable Type allAttributes : KeySetView<NodeAttribute,RMNodeAttribute> to allAttributes : Set<Entry<NodeAttributeKey,RMNodeAttribute>> in method public getClusterNodeAttributes(prefix Set<String>) : Set<NodeAttribute> in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Variable Type attributeEntry : Entry<NodeAttribute,RMNodeAttribute> to attributeEntry : Entry<NodeAttributeKey,RMNodeAttribute> in method public getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,Map<String,AttributeValue>> in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Variable Type nodeAttributesList : List<NodeAttributeProto> to nodeAttributesList : List<NodeAttributeKeyProto> in method private initNodeAttributes() : void in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesRequestPBImpl |
From |
To |
|
Change Variable Type attributes : Set<NodeAttribute> to attributes : Set<NodeAttributeInfo> in method public testGetClusterNodeAttributes() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestClientRMService |
From |
To |
|
Change Variable Type setNodes : Set<String> to nodeToAttributeValue : List<NodeToAttributeValue> in method private initAttributesToNodes() : void in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesResponsePBImpl |
From |
To |
|
Change Variable Type newAttributesToBeAdded : Map<NodeAttribute,RMNodeAttribute> to newAttributesToBeAdded : Map<NodeAttributeKey,RMNodeAttribute> in method private processMapping(nodeAttributeMapping Map<String,Set<NodeAttribute>>, mappingType AttributeMappingOperationType, attributePrefix String) : void in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Variable Type attributesToNodes : Map<NodeAttribute,Set<String>> to attributesToNodes : Map<NodeAttributeKey,Map<String,AttributeValue>> in method public getAttributesToNodes(attributes Set<NodeAttributeKey>) : Map<NodeAttributeKey,Map<String,AttributeValue>> in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Variable Type current : NodeAttribute to current : Entry<NodeAttributeKey,RMNodeAttribute> in method public getClusterNodeAttributes(prefix Set<String>) : Set<NodeAttribute> in class org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesManagerImpl |
From |
To |
|
Change Variable Type attrs3 : Map<NodeAttribute,Set<String>> to attrs3 : Map<NodeAttributeKey,List<NodeToAttributeValue>> in method public testGetAttributesToNodes() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestClientRMService |
From |
To |
|
Change Variable Type iter : Iterator<NodeAttribute> to iter : Iterator<NodeAttributeKey> in method private addLocalAttributesToProto() : void in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesRequestPBImpl |
From |
To |