org.wso2.carbon.event.statistics.internal
Class Constants

java.lang.Object
  extended by org.wso2.carbon.event.statistics.internal.Constants

public class Constants
extends Object


Field Summary
static String CATEGORY
           
static long DAY_IN_MS
           
static String DEPLOYMENT
           
static String ELEMENT
           
static long HOUR_IN_MS
           
static long HOUR6_IN_MS
           
static long MIN_IN_MS
           
static long MIN15_IN_MS
           
static long SEC_IN_MS
           
static String STAT_CONFIG_ELEMENT
           
static String STAT_OBSERVERS
           
static String STAT_REPORTING_INTERVAL
           
static String TENANT
           
 
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

SEC_IN_MS

public static final long SEC_IN_MS
See Also:
Constant Field Values

MIN_IN_MS

public static final long MIN_IN_MS
See Also:
Constant Field Values

MIN15_IN_MS

public static final long MIN15_IN_MS
See Also:
Constant Field Values

HOUR_IN_MS

public static final long HOUR_IN_MS
See Also:
Constant Field Values

HOUR6_IN_MS

public static final long HOUR6_IN_MS
See Also:
Constant Field Values

DAY_IN_MS

public static final long DAY_IN_MS
See Also:
Constant Field Values

TENANT

public static final String TENANT
See Also:
Constant Field Values

CATEGORY

public static final String CATEGORY
See Also:
Constant Field Values

DEPLOYMENT

public static final String DEPLOYMENT
See Also:
Constant Field Values

ELEMENT

public static final String ELEMENT
See Also:
Constant Field Values

STAT_CONFIG_ELEMENT

public static final String STAT_CONFIG_ELEMENT
See Also:
Constant Field Values

STAT_REPORTING_INTERVAL

public static final String STAT_REPORTING_INTERVAL
See Also:
Constant Field Values

STAT_OBSERVERS

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

Constants

public Constants()


Copyright © 2015 WSO2. All rights reserved.