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
ConstructorsConstructorDescriptionNodeAttributesStoreEvent(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
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
NodeAttributesStoreEvent
-
-
Method Details
-
getNodeAttributeMappingList
-
getOperation
public org.apache.hadoop.yarn.server.api.protocolrecords.AttributeMappingOperationType getOperation()
-