Uses of Enum Class
org.apache.hadoop.yarn.api.records.NodeState
Packages that use NodeState
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NodeState in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type NodeStateModifier and TypeMethodDescriptionGetClusterNodesRequest.getNodeStates()The state to filter the cluster nodes with.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeStateModifier and TypeMethodDescriptionstatic GetClusterNodesRequestGetClusterNodesRequest.newInstance(EnumSet<NodeState> states) abstract voidGetClusterNodesRequest.setNodeStates(EnumSet<NodeState> states) The state to filter the cluster nodes with. -
Uses of NodeState in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeStateModifier and TypeMethodDescriptionabstract NodeStateNodeReport.getNodeState()Get theNodeStateof the node.static NodeStateReturns the enum constant of this class with the specified name.static NodeState[]NodeState.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 NodeStateModifier and TypeMethodDescriptionstatic NodeReportNodeReport.newInstance(NodeId nodeId, NodeState nodeState, String httpAddress, String rackName, Resource used, Resource capability, int numContainers, String healthReport, long lastHealthReportTime) static 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) abstract voidNodeReport.setNodeState(NodeState nodeState) -
Uses of NodeState in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api with parameters of type NodeStateModifier and TypeMethodDescriptionabstract List<NodeReport>YarnClient.getNodeReports(NodeState... states) Get a report of nodes (NodeReport) in the cluster.