|
Rename Method public abstract setNodeLabel(nodeLabel String) : void renamed to public abstract setName(name String) : void in class org.apache.hadoop.yarn.api.records.NodeLabel |
From |
To |
|
Rename Method public abstract getIsExclusive() : boolean renamed to public abstract isExclusive() : boolean in class org.apache.hadoop.yarn.api.records.NodeLabel |
From |
To |
|
Rename Method public abstract setIsExclusive(isExclusive boolean) : void renamed to public abstract setExclusivity(isExclusive boolean) : void in class org.apache.hadoop.yarn.api.records.NodeLabel |
From |
To |
|
Rename Method public getNodeLabel() : String renamed to public getName() : String in class org.apache.hadoop.yarn.api.records.impl.pb.NodeLabelPBImpl |
From |
To |
|
Rename Method public setNodeLabel(nodeLabel String) : void renamed to public setName(name String) : void in class org.apache.hadoop.yarn.api.records.impl.pb.NodeLabelPBImpl |
From |
To |
|
Rename Method public abstract getNodeLabel() : String renamed to public abstract getName() : String in class org.apache.hadoop.yarn.api.records.NodeLabel |
From |
To |
|
Rename Method public getIsExclusive() : boolean renamed to public isExclusive() : boolean in class org.apache.hadoop.yarn.api.records.impl.pb.NodeLabelPBImpl |
From |
To |
|
Rename Method public setIsExclusive(isExclusive boolean) : void renamed to public setExclusivity(isExclusive boolean) : void in class org.apache.hadoop.yarn.api.records.impl.pb.NodeLabelPBImpl |
From |
To |
|
Rename Method private buildNodeLabelsSetFromStr(args String) : Set<String> renamed to private buildNodeLabelNamesFromStr(args String) : Set<String> in class org.apache.hadoop.yarn.client.cli.RMAdminCLI |
From |
To |
|
Change Parameter Type labels : Set<String> to labels : List<NodeLabel> in method public newInstance(labels List<NodeLabel>) : GetClusterNodeLabelsResponse in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse |
From |
To |
|
Change Parameter Type labels : Set<String> to labels : Collection<NodeLabel> in method public addToCluserNodeLabels(labels Collection<NodeLabel>) : void in class org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager |
From |
To |
|
Change Parameter Type labels : Set<String> to NodeLabels : List<NodeLabel> in method public newInstance(NodeLabels List<NodeLabel>) : AddToClusterNodeLabelsRequest in class org.apache.hadoop.yarn.server.api.protocolrecords.AddToClusterNodeLabelsRequest |
From |
To |
|
Change Parameter Type labels : Set<String> to labels : List<NodeLabel> in method public StoreNewClusterNodeLabels(labels List<NodeLabel>) in class org.apache.hadoop.yarn.nodelabels.event.StoreNewClusterNodeLabels |
From |
To |
|
Change Parameter Type label : Set<String> to label : List<NodeLabel> in method public abstract storeNewClusterNodeLabels(label List<NodeLabel>) : void in class org.apache.hadoop.yarn.nodelabels.NodeLabelsStore |
From |
To |
|
Change Parameter Type labels : Set<String> to labels : List<NodeLabel> in method public storeNewClusterNodeLabels(labels List<NodeLabel>) : void in class org.apache.hadoop.yarn.nodelabels.FileSystemNodeLabelsStore |
From |
To |
|
Move Method public setNodeLabels(updatedNodeLabels List<NodeLabel>) : void from class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UpdateNodeLabelsRequestPBImpl to public setNodeLabels(updatedNodeLabels List<NodeLabel>) : void from class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeLabelsResponsePBImpl |
From |
To |
|
Move Method private addNodeLabelsToProto() : void from class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UpdateNodeLabelsRequestPBImpl to private addNodeLabelsToProto() : void from class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeLabelsResponsePBImpl |
From |
To |
|
Move Method private initLocalNodeLabels() : void from class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UpdateNodeLabelsRequestPBImpl to private initLocalNodeLabels() : void from class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeLabelsResponsePBImpl |
From |
To |
|
Move Method private convertFromProtoFormat(p NodeLabelProto) : NodeLabel from class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UpdateNodeLabelsRequestPBImpl to private convertFromProtoFormat(p NodeLabelProto) : NodeLabel from class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeLabelsResponsePBImpl |
From |
To |
|
Move Method public toString() : String from class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UpdateNodeLabelsRequestPBImpl to public toString() : String from class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeLabelsResponsePBImpl |
From |
To |
|
Move Method private convertToProtoFormat(t NodeLabel) : NodeLabelProto from class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.UpdateNodeLabelsRequestPBImpl to private convertToProtoFormat(t NodeLabel) : NodeLabelProto from class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeLabelsResponsePBImpl |
From |
To |
|
Change Return Type Set<String> to List<NodeLabel> in method public getNodeLabels() : List<NodeLabel> in class org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeLabelsResponsePBImpl |
From |
To |
|
Change Return Type Set<String> to List<NodeLabel> in method public getClusterNodeLabels() : List<NodeLabel> in class org.apache.hadoop.yarn.client.api.impl.YarnClientImpl |
From |
To |
|
Change Return Type Set<String> to List<NodeLabel> in method public getLabels() : List<NodeLabel> in class org.apache.hadoop.yarn.nodelabels.event.StoreNewClusterNodeLabels |
From |
To |
|
Change Return Type Set<String> to List<NodeLabel> in method public getNodeLabels() : List<NodeLabel> in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.AddToClusterNodeLabelsRequestPBImpl |
From |
To |
|
Change Return Type Set<String> to List<NodeLabel> in method public getClusterNodeLabels() : List<NodeLabel> in class org.apache.hadoop.mapred.ResourceMgrDelegate |
From |
To |
|
Change Return Type Set<String> to List<NodeLabel> in method public abstract getNodeLabels() : List<NodeLabel> in class org.apache.hadoop.yarn.server.api.protocolrecords.AddToClusterNodeLabelsRequest |
From |
To |
|
Change Return Type Set<String> to List<NodeLabel> in method public getClusterNodeLabels() : List<NodeLabel> in class org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager |
From |
To |
|
Change Return Type Set<String> to List<NodeLabel> in method public abstract getNodeLabels() : List<NodeLabel> in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse |
From |
To |
|
Change Return Type Set<String> to List<NodeLabel> in method public abstract getClusterNodeLabels() : List<NodeLabel> in class org.apache.hadoop.yarn.client.api.YarnClient |
From |
To |
|
Change Variable Type nodeLabels : Set<String> to nodeLabels : List<NodeLabel> in method package printClusterNodeLabels() : void in class org.apache.hadoop.yarn.client.cli.ClusterCLI |
From |
To |
|
Change Variable Type labels : Set<String> to labels : List<NodeLabel> in method private addToClusterNodeLabels(args String) : int in class org.apache.hadoop.yarn.client.cli.RMAdminCLI |
From |
To |
|
Change Variable Type labels : Collection<String> to labels : List<NodeLabel> in method public recover() : void in class org.apache.hadoop.yarn.nodelabels.FileSystemNodeLabelsStore |
From |
To |
|
Change Variable Type newLabels : Set<String> to newLabels : List<NodeLabel> in method public addToCluserNodeLabels(labels Collection<NodeLabel>) : void in class org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager |
From |
To |
|
Change Variable Type labels : Set<String> to labels : List<NodeLabel> in method public recover() : void in class org.apache.hadoop.yarn.nodelabels.FileSystemNodeLabelsStore |
From |
To |
|
Change Variable Type label : String to label : NodeLabel in method public addToCluserNodeLabels(labels Collection<NodeLabel>) : void in class org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager |
From |
To |