backtype.storm
Class Constants

java.lang.Object
  extended by backtype.storm.Constants

public class Constants
extends Object


Field Summary
static String COORDINATED_STREAM_ID
           
static String METRICS_COMPONENT_ID_PREFIX
           
static String METRICS_STREAM_ID
           
static String METRICS_TICK_STREAM_ID
           
static String SYSTEM_COMPONENT_ID
           
static Object SYSTEM_EXECUTOR_ID
           
static long SYSTEM_TASK_ID
           
static String SYSTEM_TICK_STREAM_ID
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COORDINATED_STREAM_ID

public static final String COORDINATED_STREAM_ID

SYSTEM_TASK_ID

public static final long SYSTEM_TASK_ID
See Also:
Constant Field Values

SYSTEM_EXECUTOR_ID

public static final Object SYSTEM_EXECUTOR_ID

SYSTEM_COMPONENT_ID

public static final String SYSTEM_COMPONENT_ID
See Also:
Constant Field Values

SYSTEM_TICK_STREAM_ID

public static final String SYSTEM_TICK_STREAM_ID
See Also:
Constant Field Values

METRICS_COMPONENT_ID_PREFIX

public static final String METRICS_COMPONENT_ID_PREFIX
See Also:
Constant Field Values

METRICS_STREAM_ID

public static final String METRICS_STREAM_ID
See Also:
Constant Field Values

METRICS_TICK_STREAM_ID

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

Constants

public Constants()


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.