Uses of Enum Class
org.apache.hadoop.yarn.api.records.NodeUpdateType
Packages that use NodeUpdateType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NodeUpdateType in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeUpdateTypeModifier and TypeMethodDescriptionNodeReport.getNodeUpdateType()Optional node update type (null indicates absent update type).static NodeUpdateTypeReturns the enum constant of this class with the specified name.static NodeUpdateType[]NodeUpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records with parameters of type NodeUpdateTypeModifier and TypeMethodDescriptionstatic NodeReportNodeReport.newInstance(NodeId nodeId, NodeState nodeState, String httpAddress, String rackName, Resource used, Resource capability, int numContainers, String healthReport, long lastHealthReportTime, Set<String> nodeLabels, Integer decommissioningTimeout, NodeUpdateType nodeUpdateType) voidNodeReport.setNodeUpdateType(NodeUpdateType nodeUpdateType) Set the node update type (null indicates absent node update type).