org.rhq.enterprise.server.legacy.measurement
Class MeasurementConstants

java.lang.Object
  extended by org.rhq.enterprise.server.legacy.measurement.MeasurementConstants

Deprecated.

@Deprecated
public final class MeasurementConstants
extends Object

Constant measurement values shared by other subsystems


Field Summary
static long ACCEPTABLE_LIVE_MILLIS
          Deprecated.  
static long ACCEPTABLE_PLATFORM_LIVE_MILLIS
          Deprecated. Acceptable live data time difference
static long ACCEPTABLE_SERVICE_LIVE_MILLIS
          Deprecated.  
static double AVAIL_DOWN
          Deprecated. Availability error
static double AVAIL_UNKNOWN
          Deprecated. Availability unknown
static double AVAIL_UP
          Deprecated. Availability ok
static String BASELINE_OPT_MAX
          Deprecated. Measurement baseline max option.
static String BASELINE_OPT_MEAN
          Deprecated. Measurement baseline mean option.
static String BASELINE_OPT_MIN
          Deprecated. Measurement baseline min option.
static String CAT_AVAILABILITY
          Deprecated. Measurement category availability
static String CAT_PERFORMANCE
          Deprecated. Measurement category performance
static String CAT_THROUGHPUT
          Deprecated. Measurement category throughput
static String CAT_UTILIZATION
          Deprecated. Measurement category utilization
static int COLL_TYPE_DYNAMIC
          Deprecated. The collection type values
static String[] COLL_TYPE_NAMES
          Deprecated.  
static int COLL_TYPE_STATIC
          Deprecated.  
static int COLL_TYPE_TRENDSDOWN
          Deprecated.  
static int COLL_TYPE_TRENDSUP
          Deprecated.  
static double DATA_DEFAULT_LATENCY_PERC
          Deprecated. An estimated latency (b/t agent and server) value percentage.
static long DATA_PURGE_RUN_MILLIS
          Deprecated. Data purge daemon life span (4 hours).
static long DAY
          Deprecated.  
static double DEFAULT_TIMING_WINDOW_PERCENTAGE
          Deprecated. The default timing window percentage for scheduling
static Double EXPR_EVAL_RESULT_DEFAULT
          Deprecated. The default result of evaluation of an expression
static int EXPRESSION_CACHE_SIZE
          Deprecated. Default capacity for the FIFO expression cache
static long FILTER_AVAIL
          Deprecated.  
static long FILTER_DYN
          Deprecated.  
static long FILTER_NONE
          Deprecated.  
static long FILTER_PERF
          Deprecated.  
static long FILTER_STATIC
          Deprecated.  
static long FILTER_THRU
          Deprecated.  
static long FILTER_TREND_DN
          Deprecated.  
static long FILTER_TREND_UP
          Deprecated.  
static long FILTER_UTIL
          Deprecated.  
static long HEALTH_WINDOW_MILLIS
          Deprecated. Current health summary data window (8 hours).
static long HOUR
          Deprecated.  
static int IND_AVG
          Deprecated.  
static int IND_CFG_COUNT
          Deprecated.  
static int IND_LAST_TIME
          Deprecated.  
static int IND_MAX
          Deprecated.  
static int IND_MIN
          Deprecated. The aggregate data indices
static long INTERVAL_AVAIL_PLAT
          Deprecated.  
static long INTERVAL_AVAIL_SVC
          Deprecated.  
static long INTERVAL_AVAIL_SVR
          Deprecated.  
static long INTERVAL_DEFAULT_MILLIS
          Deprecated. Default measurement interval.
static long INTERVAL_DYNAMIC
          Deprecated.  
static long INTERVAL_STATIC
          Deprecated.  
static long INTERVAL_TRENDING
          Deprecated.  
static long MEA_SUBSYS_BOOT_TIME_MS
          Deprecated. First agent remote method invocation to a Jboss server starting up will cause a Thread.sleep for this amount of time.
static String MEA_TIMING_LOG
          Deprecated. The category for measurement method timing markers Set level to DEBUG
static long MINUTE
          Deprecated.  
static int PROBLEM_TYPE_ALERT
          Deprecated.  
static int PROBLEM_TYPE_OVER
          Deprecated.  
static int PROBLEM_TYPE_UNDER
          Deprecated.  
static String REPORT_QUEUE
          Deprecated. The measurement report queue
static String SCHEDULE_QUEUE
          Deprecated. The measurement schedule queue
static long SIX_HOUR
          Deprecated.  
static String TAB_DATA
          Deprecated.  
static String TAB_DATA_1D
          Deprecated.  
static String TAB_DATA_1H
          Deprecated.  
static String TAB_DATA_6H
          Deprecated.  
static String TAB_MEAS
          Deprecated.  
static String TAB_PROB
          Deprecated.  
static String TEMPL_IDENTITY
          Deprecated. The identity/passthrough template argument
static String TEMPL_IDENTITY_PFX
          Deprecated. The argument prefix for template arguments in an expression
static long TIMERANGE_UNLIMITED
          Deprecated. No time range constraint
static String UNITS_BITS
          Deprecated.  
static String UNITS_BYTES
          Deprecated.  
static String UNITS_BYTES_TO_BITS
          Deprecated.  
static String UNITS_EPOCH_MILLIS
          Deprecated.  
static String UNITS_EPOCH_SECONDS
          Deprecated.  
static String UNITS_GBITS
          Deprecated.  
static String UNITS_GBYTES
          Deprecated.  
static String UNITS_JIFFYS
          Deprecated.  
static String UNITS_KBITS
          Deprecated.  
static String UNITS_KBYTES
          Deprecated.  
static String UNITS_MBITS
          Deprecated.  
static String UNITS_MBYTES
          Deprecated.  
static String UNITS_MICROS
          Deprecated.  
static String UNITS_MILLIS
          Deprecated.  
static String UNITS_NANOS
          Deprecated.  
static String UNITS_NONE
          Deprecated. Metric units labels
static String UNITS_PBITS
          Deprecated.  
static String UNITS_PBYTES
          Deprecated.  
static String UNITS_PERCENTAGE
          Deprecated.  
static String UNITS_SECONDS
          Deprecated.  
static String UNITS_TBITS
          Deprecated.  
static String UNITS_TBYTES
          Deprecated.  
static String[] VALID_CATEGORIES
          Deprecated.  
static int[] VALID_COLL_TYPE
          Deprecated.  
static String[] VALID_UNITS
          Deprecated.  
 
Constructor Summary
MeasurementConstants()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAT_AVAILABILITY

public static final String CAT_AVAILABILITY
Deprecated. 
Measurement category availability

See Also:
Constant Field Values

CAT_PERFORMANCE

public static final String CAT_PERFORMANCE
Deprecated. 
Measurement category performance

See Also:
Constant Field Values

CAT_THROUGHPUT

public static final String CAT_THROUGHPUT
Deprecated. 
Measurement category throughput

See Also:
Constant Field Values

CAT_UTILIZATION

public static final String CAT_UTILIZATION
Deprecated. 
Measurement category utilization

See Also:
Constant Field Values

VALID_CATEGORIES

public static final String[] VALID_CATEGORIES
Deprecated. 

BASELINE_OPT_MEAN

public static final String BASELINE_OPT_MEAN
Deprecated. 
Measurement baseline mean option.

See Also:
Constant Field Values

BASELINE_OPT_MIN

public static final String BASELINE_OPT_MIN
Deprecated. 
Measurement baseline min option.

See Also:
Constant Field Values

BASELINE_OPT_MAX

public static final String BASELINE_OPT_MAX
Deprecated. 
Measurement baseline max option.

See Also:
Constant Field Values

AVAIL_DOWN

public static final double AVAIL_DOWN
Deprecated. 
Availability error

See Also:
Constant Field Values

AVAIL_UP

public static final double AVAIL_UP
Deprecated. 
Availability ok

See Also:
Constant Field Values

AVAIL_UNKNOWN

public static final double AVAIL_UNKNOWN
Deprecated. 
Availability unknown

See Also:
Constant Field Values

MEA_TIMING_LOG

public static final String MEA_TIMING_LOG
Deprecated. 
The category for measurement method timing markers Set level to DEBUG

See Also:
Constant Field Values

MEA_SUBSYS_BOOT_TIME_MS

public static final long MEA_SUBSYS_BOOT_TIME_MS
Deprecated. 
First agent remote method invocation to a Jboss server starting up will cause a Thread.sleep for this amount of time. This gives Jboss a chance to finish binding its beans and services.

See Also:
Constant Field Values

TEMPL_IDENTITY_PFX

public static final String TEMPL_IDENTITY_PFX
Deprecated. 
The argument prefix for template arguments in an expression

See Also:
Constant Field Values

TEMPL_IDENTITY

public static final String TEMPL_IDENTITY
Deprecated. 
The identity/passthrough template argument

See Also:
Constant Field Values

EXPR_EVAL_RESULT_DEFAULT

public static final Double EXPR_EVAL_RESULT_DEFAULT
Deprecated. 
The default result of evaluation of an expression


DEFAULT_TIMING_WINDOW_PERCENTAGE

public static final double DEFAULT_TIMING_WINDOW_PERCENTAGE
Deprecated. 
The default timing window percentage for scheduling

See Also:
Constant Field Values

DATA_DEFAULT_LATENCY_PERC

public static final double DATA_DEFAULT_LATENCY_PERC
Deprecated. 
An estimated latency (b/t agent and server) value percentage.

See Also:
Constant Field Values

EXPRESSION_CACHE_SIZE

public static final int EXPRESSION_CACHE_SIZE
Deprecated. 
Default capacity for the FIFO expression cache

See Also:
Constant Field Values

MINUTE

public static final long MINUTE
Deprecated. 
See Also:
Constant Field Values

HOUR

public static final long HOUR
Deprecated. 
See Also:
Constant Field Values

DAY

public static final long DAY
Deprecated. 
See Also:
Constant Field Values

SIX_HOUR

public static final long SIX_HOUR
Deprecated. 
See Also:
Constant Field Values

INTERVAL_DEFAULT_MILLIS

public static final long INTERVAL_DEFAULT_MILLIS
Deprecated. 
Default measurement interval.

See Also:
Constant Field Values

ACCEPTABLE_PLATFORM_LIVE_MILLIS

public static final long ACCEPTABLE_PLATFORM_LIVE_MILLIS
Deprecated. 
Acceptable live data time difference

See Also:
Constant Field Values

ACCEPTABLE_LIVE_MILLIS

public static final long ACCEPTABLE_LIVE_MILLIS
Deprecated. 
See Also:
Constant Field Values

ACCEPTABLE_SERVICE_LIVE_MILLIS

public static final long ACCEPTABLE_SERVICE_LIVE_MILLIS
Deprecated. 
See Also:
Constant Field Values

HEALTH_WINDOW_MILLIS

public static final long HEALTH_WINDOW_MILLIS
Deprecated. 
Current health summary data window (8 hours).

See Also:
Constant Field Values

DATA_PURGE_RUN_MILLIS

public static final long DATA_PURGE_RUN_MILLIS
Deprecated. 
Data purge daemon life span (4 hours).

See Also:
Constant Field Values

TIMERANGE_UNLIMITED

public static final long TIMERANGE_UNLIMITED
Deprecated. 
No time range constraint

See Also:
Constant Field Values

UNITS_NONE

public static final String UNITS_NONE
Deprecated. 
Metric units labels

See Also:
Constant Field Values

UNITS_PERCENTAGE

public static final String UNITS_PERCENTAGE
Deprecated. 
See Also:
Constant Field Values

UNITS_BYTES

public static final String UNITS_BYTES
Deprecated. 
See Also:
Constant Field Values

UNITS_KBYTES

public static final String UNITS_KBYTES
Deprecated. 
See Also:
Constant Field Values

UNITS_MBYTES

public static final String UNITS_MBYTES
Deprecated. 
See Also:
Constant Field Values

UNITS_GBYTES

public static final String UNITS_GBYTES
Deprecated. 
See Also:
Constant Field Values

UNITS_TBYTES

public static final String UNITS_TBYTES
Deprecated. 
See Also:
Constant Field Values

UNITS_PBYTES

public static final String UNITS_PBYTES
Deprecated. 
See Also:
Constant Field Values

UNITS_BYTES_TO_BITS

public static final String UNITS_BYTES_TO_BITS
Deprecated. 
See Also:
Constant Field Values

UNITS_BITS

public static final String UNITS_BITS
Deprecated. 
See Also:
Constant Field Values

UNITS_KBITS

public static final String UNITS_KBITS
Deprecated. 
See Also:
Constant Field Values

UNITS_MBITS

public static final String UNITS_MBITS
Deprecated. 
See Also:
Constant Field Values

UNITS_GBITS

public static final String UNITS_GBITS
Deprecated. 
See Also:
Constant Field Values

UNITS_TBITS

public static final String UNITS_TBITS
Deprecated. 
See Also:
Constant Field Values

UNITS_PBITS

public static final String UNITS_PBITS
Deprecated. 
See Also:
Constant Field Values

UNITS_EPOCH_MILLIS

public static final String UNITS_EPOCH_MILLIS
Deprecated. 
See Also:
Constant Field Values

UNITS_EPOCH_SECONDS

public static final String UNITS_EPOCH_SECONDS
Deprecated. 
See Also:
Constant Field Values

UNITS_NANOS

public static final String UNITS_NANOS
Deprecated. 
See Also:
Constant Field Values

UNITS_MICROS

public static final String UNITS_MICROS
Deprecated. 
See Also:
Constant Field Values

UNITS_MILLIS

public static final String UNITS_MILLIS
Deprecated. 
See Also:
Constant Field Values

UNITS_JIFFYS

public static final String UNITS_JIFFYS
Deprecated. 
See Also:
Constant Field Values

UNITS_SECONDS

public static final String UNITS_SECONDS
Deprecated. 
See Also:
Constant Field Values

VALID_UNITS

public static final String[] VALID_UNITS
Deprecated. 

REPORT_QUEUE

public static final String REPORT_QUEUE
Deprecated. 
The measurement report queue

See Also:
Constant Field Values

SCHEDULE_QUEUE

public static final String SCHEDULE_QUEUE
Deprecated. 
The measurement schedule queue

See Also:
Constant Field Values

IND_MIN

public static final int IND_MIN
Deprecated. 
The aggregate data indices

See Also:
Constant Field Values

IND_AVG

public static final int IND_AVG
Deprecated. 
See Also:
Constant Field Values

IND_MAX

public static final int IND_MAX
Deprecated. 
See Also:
Constant Field Values

IND_CFG_COUNT

public static final int IND_CFG_COUNT
Deprecated. 
See Also:
Constant Field Values

IND_LAST_TIME

public static final int IND_LAST_TIME
Deprecated. 
See Also:
Constant Field Values

COLL_TYPE_DYNAMIC

public static final int COLL_TYPE_DYNAMIC
Deprecated. 
The collection type values

See Also:
Constant Field Values

COLL_TYPE_STATIC

public static final int COLL_TYPE_STATIC
Deprecated. 
See Also:
Constant Field Values

COLL_TYPE_TRENDSUP

public static final int COLL_TYPE_TRENDSUP
Deprecated. 
See Also:
Constant Field Values

COLL_TYPE_TRENDSDOWN

public static final int COLL_TYPE_TRENDSDOWN
Deprecated. 
See Also:
Constant Field Values

VALID_COLL_TYPE

public static final int[] VALID_COLL_TYPE
Deprecated. 

COLL_TYPE_NAMES

public static final String[] COLL_TYPE_NAMES
Deprecated. 

INTERVAL_AVAIL_PLAT

public static final long INTERVAL_AVAIL_PLAT
Deprecated. 
See Also:
Constant Field Values

INTERVAL_AVAIL_SVR

public static final long INTERVAL_AVAIL_SVR
Deprecated. 
See Also:
Constant Field Values

INTERVAL_AVAIL_SVC

public static final long INTERVAL_AVAIL_SVC
Deprecated. 
See Also:
Constant Field Values

INTERVAL_DYNAMIC

public static final long INTERVAL_DYNAMIC
Deprecated. 
See Also:
Constant Field Values

INTERVAL_TRENDING

public static final long INTERVAL_TRENDING
Deprecated. 
See Also:
Constant Field Values

INTERVAL_STATIC

public static final long INTERVAL_STATIC
Deprecated. 
See Also:
Constant Field Values

PROBLEM_TYPE_ALERT

public static final int PROBLEM_TYPE_ALERT
Deprecated. 
See Also:
Constant Field Values

PROBLEM_TYPE_OVER

public static final int PROBLEM_TYPE_OVER
Deprecated. 
See Also:
Constant Field Values

PROBLEM_TYPE_UNDER

public static final int PROBLEM_TYPE_UNDER
Deprecated. 
See Also:
Constant Field Values

FILTER_AVAIL

public static final long FILTER_AVAIL
Deprecated. 
See Also:
Constant Field Values

FILTER_UTIL

public static final long FILTER_UTIL
Deprecated. 
See Also:
Constant Field Values

FILTER_THRU

public static final long FILTER_THRU
Deprecated. 
See Also:
Constant Field Values

FILTER_PERF

public static final long FILTER_PERF
Deprecated. 
See Also:
Constant Field Values

FILTER_DYN

public static final long FILTER_DYN
Deprecated. 
See Also:
Constant Field Values

FILTER_TREND_UP

public static final long FILTER_TREND_UP
Deprecated. 
See Also:
Constant Field Values

FILTER_TREND_DN

public static final long FILTER_TREND_DN
Deprecated. 
See Also:
Constant Field Values

FILTER_STATIC

public static final long FILTER_STATIC
Deprecated. 
See Also:
Constant Field Values

FILTER_NONE

public static final long FILTER_NONE
Deprecated. 
See Also:
Constant Field Values

TAB_DATA

public static final String TAB_DATA
Deprecated. 
See Also:
Constant Field Values

TAB_DATA_1H

public static final String TAB_DATA_1H
Deprecated. 
See Also:
Constant Field Values

TAB_DATA_6H

public static final String TAB_DATA_6H
Deprecated. 
See Also:
Constant Field Values

TAB_DATA_1D

public static final String TAB_DATA_1D
Deprecated. 
See Also:
Constant Field Values

TAB_MEAS

public static final String TAB_MEAS
Deprecated. 
See Also:
Constant Field Values

TAB_PROB

public static final String TAB_PROB
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

MeasurementConstants

public MeasurementConstants()
Deprecated. 


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.