org.apache.hadoop.yarn.server.api.protocolrecords
Class RemoveFromClusterNodeLabelsRequest

java.lang.Object
  extended by org.apache.hadoop.yarn.server.api.protocolrecords.RemoveFromClusterNodeLabelsRequest

@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract class RemoveFromClusterNodeLabelsRequest
extends Object


Constructor Summary
RemoveFromClusterNodeLabelsRequest()
           
 
Method Summary
abstract  Set<String> getNodeLabels()
           
static RemoveFromClusterNodeLabelsRequest newInstance(Set<String> labels)
           
abstract  void setNodeLabels(Set<String> labels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveFromClusterNodeLabelsRequest

public RemoveFromClusterNodeLabelsRequest()
Method Detail

newInstance

public static RemoveFromClusterNodeLabelsRequest 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.