Java org.apache.hadoop.yarn.api.records NodeReport fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api.records NodeReport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api.records NodeReport.

The text is from its open source code.

Method

ResourcegetCapability()
Get the total Resource on the node.
StringgetHealthReport()
Get the diagnostic health report of the node.
StringgetHttpAddress()
Get the http address of the node.
longgetLastHealthReportTime()
Get the last timestamp at which the health report was received.
NodeIdgetNodeId()
Get the NodeId of the node.
SetgetNodeLabels()
Get labels of this node.
NodeStategetNodeState()
Get the NodeState of the node.
intgetNumContainers()
Get the number of allocated containers on the node.
StringgetRackName()
Get the rack name for the node.
ResourcegetUsed()
Get used Resource on the node.
NodeReportnewInstance(NodeId nodeId, NodeState nodeState, String httpAddress, String rackName, Resource used, Resource capability, int numContainers, String healthReport, long lastHealthReportTime)
voidsetNodeId(NodeId nodeId)