org.springframework.yarn.am
Class AppmasterConstants

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

public class AppmasterConstants
extends Object

Public constants used for application master.

Author:
Janne Valkealahti

Field Summary
static 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 String CONTAINER_COUNT
Constant used to indicate number of container launched

See Also:
Constant Field Values
Constructor Detail

AppmasterConstants

public AppmasterConstants()