|
Change Parameter Type nodeLabels : Set<String> to nodeLabels : Set<NodeLabel> in method public abstract setNodeLabels(nodeLabels Set<NodeLabel>) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest |
From |
To |
|
Change Parameter Type nodeLabels : Set<String> to nodeLabels : Set<NodeLabel> in method public abstract setNodeLabels(nodeLabels Set<NodeLabel>) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest |
From |
To |
|
Change Parameter Type nodeLabels : Set<String> to nodeLabels : Set<NodeLabel> in method package setNodeLabels(nodeLabels Set<NodeLabel>) : void in class org.apache.hadoop.yarn.server.nodemanager.TestNodeStatusUpdaterForLabels.DummyNodeLabelsProvider |
From |
To |
|
Change Parameter Type nodeLabels : Set<String> to nodeLabels : Set<NodeLabel> in method public setNodeLabels(nodeLabels Set<NodeLabel>) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl |
From |
To |
|
Change Parameter Type nodeLabels : Set<String> to nodeLabels : Set<NodeLabel> in method public newInstance(nodeStatus NodeStatus, lastKnownContainerTokenMasterKey MasterKey, lastKnownNMTokenMasterKey MasterKey, nodeLabels Set<NodeLabel>) : NodeHeartbeatRequest in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest |
From |
To |
|
Change Parameter Type nodeLabels : Set<String> to nodeLabels : Set<NodeLabel> in method public newInstance(nodeId NodeId, httpPort int, resource Resource, nodeManagerVersionId String, containerStatuses List<NMContainerStatus>, runningApplications List<ApplicationId>, nodeLabels Set<NodeLabel>) : RegisterNodeManagerRequest in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest |
From |
To |
|
Change Parameter Type nodeLabels : Set<String> to nodeLabels : Set<NodeLabel> in method public setNodeLabels(nodeLabels Set<NodeLabel>) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl |
From |
To |
|
Change Return Type Set<String> to Set<NodeLabel> in method public getNodeLabels() : Set<NodeLabel> in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl |
From |
To |
|
Change Return Type Set<String> to Set<NodeLabel> in method public getNodeLabels() : Set<NodeLabel> in class org.apache.hadoop.yarn.server.nodemanager.TestNodeStatusUpdaterForLabels.DummyNodeLabelsProvider |
From |
To |
|
Change Return Type Set<String> to Set<NodeLabel> in method public abstract getNodeLabels() : Set<NodeLabel> in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterNodeManagerRequest |
From |
To |
|
Change Return Type Set<String> to Set<NodeLabel> in method public abstract getNodeLabels() : Set<NodeLabel> in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest |
From |
To |
|
Change Return Type Set<String> to Set<NodeLabel> in method public getNodeLabels() : Set<NodeLabel> in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl |
From |
To |
|
Change Return Type Set<String> to Set<NodeLabel> in method public abstract getNodeLabels() : Set<NodeLabel> in class org.apache.hadoop.yarn.server.nodemanager.nodelabels.NodeLabelsProvider |
From |
To |
|
Change Return Type HashSet<String> to HashSet<NodeLabel> in method private getValidNodeLabels() : HashSet<NodeLabel> in class org.apache.hadoop.yarn.TestYarnServerApiClasses |
From |
To |
|
Change Variable Type lastUpdatedNodeLabelsToRM : Set<String> to lastUpdatedNodeLabelsToRM : Set<NodeLabel> in method public run() : void in class org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.startStatusUpdater |
From |
To |
|
Change Variable Type nodeLabels : StringArrayProto to nodeLabels : NodeLabelsProto in method private initNodeLabels() : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterNodeManagerRequestPBImpl |
From |
To |
|
Change Variable Type nodeLabelsForHeartbeat : Set<String> to nodeLabelsForHeartbeat : Set<NodeLabel> in method public run() : void in class org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.startStatusUpdater |
From |
To |
|
Change Variable Type nodeLabels : Set<String> to nodeLabels : Set<NodeLabel> in method protected registerWithRM() : void in class org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl |
From |
To |
|
Change Variable Type nodeLabels : StringArrayProto to nodeLabels : NodeLabelsProto in method private initNodeLabels() : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl |
From |
To |
|
Change Variable Type nodeLabels : HashSet<String> to nodeLabels : HashSet<NodeLabel> in method public testRegisterNodeManagerRequestWithValidLabels() : void in class org.apache.hadoop.yarn.TestYarnServerApiClasses |
From |
To |
|
Change Variable Type nodeLabels : HashSet<String> to nodeLabels : HashSet<NodeLabel> in method private getValidNodeLabels() : HashSet<NodeLabel> in class org.apache.hadoop.yarn.TestYarnServerApiClasses |
From |
To |