Class NodeAttributesUpdateSchedulerEvent

java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<SchedulerEventType>
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.SchedulerEvent
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.NodeAttributesUpdateSchedulerEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<SchedulerEventType>

public class NodeAttributesUpdateSchedulerEvent extends SchedulerEvent
Event handler class for Node Attributes which sends events to Scheduler.
  • Constructor Details

    • NodeAttributesUpdateSchedulerEvent

      public NodeAttributesUpdateSchedulerEvent(Map<String,Set<org.apache.hadoop.yarn.api.records.NodeAttribute>> newNodeToAttributesMap)
  • Method Details

    • getUpdatedNodeToAttributes

      public Map<String,Set<org.apache.hadoop.yarn.api.records.NodeAttribute>> getUpdatedNodeToAttributes()