Uses of Enum Class
org.apache.hadoop.yarn.server.api.protocolrecords.AttributeMappingOperationType
Packages that use AttributeMappingOperationType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AttributeMappingOperationType in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return AttributeMappingOperationTypeModifier and TypeMethodDescriptionabstract AttributeMappingOperationTypeNodesToAttributesMappingRequest.getOperation()Returns the enum constant of this class with the specified name.static AttributeMappingOperationType[]AttributeMappingOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type AttributeMappingOperationTypeModifier and TypeMethodDescriptionNodesToAttributesMappingRequest.newInstance(AttributeMappingOperationType operation, List<NodeToAttributes> nodesToAttributes, boolean failOnUnknownNodes) NodesToAttributesMappingRequest.newInstance(AttributeMappingOperationType operation, List<NodeToAttributes> nodesToAttributes, boolean failOnUnknownNodes, String subClusterId) abstract voidNodesToAttributesMappingRequest.setOperation(AttributeMappingOperationType operation)