org.apache.tez.dag.app.rm
Class AMSchedulerEventNodeBlacklistUpdate

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<AMSchedulerEventType>
      extended by org.apache.tez.dag.app.rm.AMSchedulerEvent
          extended by org.apache.tez.dag.app.rm.AMSchedulerEventNodeBlacklistUpdate
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<AMSchedulerEventType>

public class AMSchedulerEventNodeBlacklistUpdate
extends AMSchedulerEvent


Constructor Summary
AMSchedulerEventNodeBlacklistUpdate(org.apache.hadoop.yarn.api.records.NodeId nodeId, boolean add)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.NodeId getNodeId()
           
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMSchedulerEventNodeBlacklistUpdate

public AMSchedulerEventNodeBlacklistUpdate(org.apache.hadoop.yarn.api.records.NodeId nodeId,
                                           boolean add)
Method Detail

getNodeId

public org.apache.hadoop.yarn.api.records.NodeId getNodeId()


Copyright © 2014 Apache Software Foundation. All rights reserved.