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

Example usage for Java org.apache.hadoop.yarn.api.records NodeState 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 NodeState.

The text is from its open source code.

Field

NodeStateRUNNING
Running node
NodeStateUNHEALTHY
Node is unhealthy
NodeStateDECOMMISSIONED
Node is out of service
NodeStateLOST
Node has not sent a heartbeat for some configured time threshold
NodeStateREBOOTED
Node has rebooted

Method