public class NodeAttributesStoreEvent extends org.apache.hadoop.yarn.event.AbstractEvent<NodeAttributesStoreEventType>
| Constructor and 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Map<org.apache.hadoop.yarn.api.records.NodeAttribute,org.apache.hadoop.yarn.nodelabels.AttributeValue>> | getNodeAttributeMappingList() | 
| org.apache.hadoop.yarn.server.api.protocolrecords.AttributeMappingOperationType | getOperation() | 
public Map<String,Map<org.apache.hadoop.yarn.api.records.NodeAttribute,org.apache.hadoop.yarn.nodelabels.AttributeValue>> getNodeAttributeMappingList()
public org.apache.hadoop.yarn.server.api.protocolrecords.AttributeMappingOperationType getOperation()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.