org.apache.hadoop.yarn.server.metrics
Class ContainerMetricsConstants

java.lang.Object
  extended by org.apache.hadoop.yarn.server.metrics.ContainerMetricsConstants

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class ContainerMetricsConstants
extends Object


Field Summary
static String ALLOCATED_HOST_ENTITY_INFO
           
static String ALLOCATED_MEMORY_ENTITY_INFO
           
static String ALLOCATED_PORT_ENTITY_INFO
           
static String ALLOCATED_PRIORITY_ENTITY_INFO
           
static String ALLOCATED_VCORE_ENTITY_INFO
           
static String CREATED_EVENT_TYPE
           
static String DIAGNOSTICS_INFO_EVENT_INFO
           
static String ENTITY_TYPE
           
static String EXIT_STATUS_EVENT_INFO
           
static String FINISHED_EVENT_TYPE
           
static String PARENT_PRIMARIY_FILTER
           
static String STATE_EVENT_INFO
           
 
Constructor Summary
ContainerMetricsConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTITY_TYPE

public static final String ENTITY_TYPE
See Also:
Constant Field Values

CREATED_EVENT_TYPE

public static final String CREATED_EVENT_TYPE
See Also:
Constant Field Values

FINISHED_EVENT_TYPE

public static final String FINISHED_EVENT_TYPE
See Also:
Constant Field Values

PARENT_PRIMARIY_FILTER

public static final String PARENT_PRIMARIY_FILTER
See Also:
Constant Field Values

ALLOCATED_MEMORY_ENTITY_INFO

public static final String ALLOCATED_MEMORY_ENTITY_INFO
See Also:
Constant Field Values

ALLOCATED_VCORE_ENTITY_INFO

public static final String ALLOCATED_VCORE_ENTITY_INFO
See Also:
Constant Field Values

ALLOCATED_HOST_ENTITY_INFO

public static final String ALLOCATED_HOST_ENTITY_INFO
See Also:
Constant Field Values

ALLOCATED_PORT_ENTITY_INFO

public static final String ALLOCATED_PORT_ENTITY_INFO
See Also:
Constant Field Values

ALLOCATED_PRIORITY_ENTITY_INFO

public static final String ALLOCATED_PRIORITY_ENTITY_INFO
See Also:
Constant Field Values

DIAGNOSTICS_INFO_EVENT_INFO

public static final String DIAGNOSTICS_INFO_EVENT_INFO
See Also:
Constant Field Values

EXIT_STATUS_EVENT_INFO

public static final String EXIT_STATUS_EVENT_INFO
See Also:
Constant Field Values

STATE_EVENT_INFO

public static final String STATE_EVENT_INFO
See Also:
Constant Field Values
Constructor Detail

ContainerMetricsConstants

public ContainerMetricsConstants()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.