Class NodeAttributesStoreEvent

java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<NodeAttributesStoreEventType>
org.apache.hadoop.yarn.server.resourcemanager.nodelabels.NodeAttributesStoreEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<NodeAttributesStoreEventType>

public class NodeAttributesStoreEvent extends org.apache.hadoop.yarn.event.AbstractEvent<NodeAttributesStoreEventType>
Event capturing details to store the Node Attributes in the backend store.
  • Constructor Summary

    Constructors
    Constructor
    Description
    NodeAttributesStoreEvent(Map<String,Map<org.apache.hadoop.yarn.api.records.NodeAttribute,org.apache.hadoop.yarn.nodelabels.AttributeValue>> nodeAttributeMappingList, org.apache.hadoop.yarn.server.api.protocolrecords.AttributeMappingOperationType operation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,Map<org.apache.hadoop.yarn.api.records.NodeAttribute,org.apache.hadoop.yarn.nodelabels.AttributeValue>>
     
    org.apache.hadoop.yarn.server.api.protocolrecords.AttributeMappingOperationType
     

    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 Details

    • NodeAttributesStoreEvent

      public NodeAttributesStoreEvent(Map<String,Map<org.apache.hadoop.yarn.api.records.NodeAttribute,org.apache.hadoop.yarn.nodelabels.AttributeValue>> nodeAttributeMappingList, org.apache.hadoop.yarn.server.api.protocolrecords.AttributeMappingOperationType operation)
  • Method Details

    • getNodeAttributeMappingList

      public Map<String,Map<org.apache.hadoop.yarn.api.records.NodeAttribute,org.apache.hadoop.yarn.nodelabels.AttributeValue>> getNodeAttributeMappingList()
    • getOperation

      public org.apache.hadoop.yarn.server.api.protocolrecords.AttributeMappingOperationType getOperation()