Spring for Apache Hadoop

org.springframework.yarn.am
Class AppmasterConstants

java.lang.Object
  extended by org.springframework.yarn.am.AppmasterConstants

public class AppmasterConstants
extends java.lang.Object

Public constants used for application master.

Author:
Janne Valkealahti

Field Summary
static java.lang.String CONTAINER_COUNT
          Constant used to indicate number of container launched
 
Constructor Summary
AppmasterConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTAINER_COUNT

public static final java.lang.String CONTAINER_COUNT
Constant used to indicate number of container launched

See Also:
Constant Field Values
Constructor Detail

AppmasterConstants

public AppmasterConstants()

Spring for Apache Hadoop