Uses of Class
org.apache.hadoop.yarn.server.api.records.NodeHealthStatus
Packages that use NodeHealthStatus
Package
Description
Server records.
Server records PB implementations.
-
Uses of NodeHealthStatus in org.apache.hadoop.yarn.server.api.records
Methods in org.apache.hadoop.yarn.server.api.records that return NodeHealthStatusModifier and TypeMethodDescriptionabstract NodeHealthStatusNodeStatus.getNodeHealthStatus()static NodeHealthStatusNodeHealthStatus.newInstance(boolean isNodeHealthy, String healthReport, long lastHealthReport) Methods in org.apache.hadoop.yarn.server.api.records with parameters of type NodeHealthStatusModifier and TypeMethodDescriptionstatic NodeStatusNodeStatus.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId, int responseId, List<org.apache.hadoop.yarn.api.records.ContainerStatus> containerStatuses, List<org.apache.hadoop.yarn.api.records.ApplicationId> keepAliveApplications, NodeHealthStatus nodeHealthStatus, org.apache.hadoop.yarn.api.records.ResourceUtilization containersUtilization, org.apache.hadoop.yarn.api.records.ResourceUtilization nodeUtilization, List<org.apache.hadoop.yarn.api.records.Container> increasedContainers) Create a newNodeStatus.abstract voidNodeStatus.setNodeHealthStatus(NodeHealthStatus healthStatus) -
Uses of NodeHealthStatus in org.apache.hadoop.yarn.server.api.records.impl.pb
Subclasses of NodeHealthStatus in org.apache.hadoop.yarn.server.api.records.impl.pbMethods in org.apache.hadoop.yarn.server.api.records.impl.pb that return NodeHealthStatusMethods in org.apache.hadoop.yarn.server.api.records.impl.pb with parameters of type NodeHealthStatusModifier and TypeMethodDescriptionvoidNodeStatusPBImpl.setNodeHealthStatus(NodeHealthStatus healthStatus)