org.apache.hadoop.yarn.server.api.protocolrecords
Class AddToClusterNodeLabelsRequest
java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.AddToClusterNodeLabelsRequest
@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract class AddToClusterNodeLabelsRequest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddToClusterNodeLabelsRequest
public AddToClusterNodeLabelsRequest()
newInstance
public static AddToClusterNodeLabelsRequest newInstance(Set<String> labels)
setNodeLabels
@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract void setNodeLabels(Set<String> labels)
getNodeLabels
@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract Set<String> getNodeLabels()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.