| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.api.protocolrecords | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract AttributeMappingOperationType | NodesToAttributesMappingRequest. getOperation() | 
| static AttributeMappingOperationType | AttributeMappingOperationType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AttributeMappingOperationType[] | AttributeMappingOperationType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static NodesToAttributesMappingRequest | NodesToAttributesMappingRequest. newInstance(AttributeMappingOperationType operation,
           List<NodeToAttributes> nodesToAttributes,
           boolean failOnUnknownNodes) | 
| abstract void | NodesToAttributesMappingRequest. setOperation(AttributeMappingOperationType operation) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.