Uses of Class
org.apache.hadoop.yarn.api.records.NodeState

Packages that use NodeState
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.client.api 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 NodeState
abstract  EnumSet<NodeState> GetClusterNodesRequest.getNodeStates()
          The state to filter the cluster nodes with.
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeState
static GetClusterNodesRequest GetClusterNodesRequest.newInstance(EnumSet<NodeState> states)
           
abstract  void GetClusterNodesRequest.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 NodeState
abstract  NodeState NodeReport.getNodeState()
          Get the NodeState of the node.
static NodeState NodeState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeState[] NodeState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type NodeState
static NodeReport NodeReport.newInstance(NodeId nodeId, NodeState nodeState, String httpAddress, String rackName, Resource used, Resource capability, int numContainers, String healthReport, long lastHealthReportTime)
           
static NodeReport NodeReport.newInstance(NodeId nodeId, NodeState nodeState, String httpAddress, String rackName, Resource used, Resource capability, int numContainers, String healthReport, long lastHealthReportTime, Set<String> nodeLabels)
           
abstract  void NodeReport.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 NodeState
abstract  List<NodeReport> YarnClient.getNodeReports(NodeState... states)
           Get a report of nodes (NodeReport) in the cluster.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.