|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rhq.core.domain.measurement.MeasurementBaseline
public class MeasurementBaseline
Field Summary | |
---|---|
static String |
NATIVE_QUERY_CALC_FIRST_AUTOBASELINE_ORACLE
|
static String |
NATIVE_QUERY_CALC_FIRST_AUTOBASELINE_POSTGRES
|
static String |
NATIVE_QUERY_CALC_FIRST_AUTOBASELINE_SQLSERVER
|
static String |
QUERY_CALC_FIRST_AUTOBASELINE
|
static String |
QUERY_DELETE_BY_COMPUTE_TIME
|
static String |
QUERY_DELETE_BY_RESOURCES
|
static String |
QUERY_DELETE_EXISTING_AUTOBASELINES
|
static String |
QUERY_FIND_BY_COMPUTE_TIME
|
static String |
QUERY_FIND_BY_RESOURCE
|
static String |
QUERY_FIND_BY_RESOURCE_IDS_AND_DEF_IDS
|
Constructor Summary | |
---|---|
MeasurementBaseline()
|
Method Summary | |
---|---|
Date |
getComputeTime()
The time when the baseline was inserted into the database (which is usually when the baseline was calculated). |
int |
getId()
|
Double |
getMax()
The highest value the measurement ever reached during the baseline time period. |
Double |
getMean()
The average measurement value as computed over the baseline time period. |
Double |
getMin()
The lowest value the measurement ever reached during the baseline time period. |
MeasurementSchedule |
getSchedule()
|
boolean |
isUserEntered()
If true , it means a user manually entered the baseline values, as opposed to having them
automatically be calculated by examining past measurement data. |
void |
setId(int id)
|
void |
setMax(Double max)
|
void |
setMean(Double mean)
|
void |
setMin(Double min)
|
void |
setSchedule(MeasurementSchedule schedule)
|
void |
setUserEntered(boolean userEntered)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String QUERY_FIND_BY_RESOURCE
public static final String QUERY_FIND_BY_RESOURCE_IDS_AND_DEF_IDS
public static final String QUERY_FIND_BY_COMPUTE_TIME
public static final String QUERY_DELETE_BY_COMPUTE_TIME
public static final String QUERY_DELETE_BY_RESOURCES
public static final String QUERY_CALC_FIRST_AUTOBASELINE
public static final String QUERY_DELETE_EXISTING_AUTOBASELINES
public static final String NATIVE_QUERY_CALC_FIRST_AUTOBASELINE_POSTGRES
public static final String NATIVE_QUERY_CALC_FIRST_AUTOBASELINE_ORACLE
public static final String NATIVE_QUERY_CALC_FIRST_AUTOBASELINE_SQLSERVER
Constructor Detail |
---|
public MeasurementBaseline()
Method Detail |
---|
public int getId()
public void setId(int id)
public MeasurementSchedule getSchedule()
public void setSchedule(MeasurementSchedule schedule)
public Date getComputeTime()
public Double getMax()
public void setMax(Double max)
public Double getMean()
public void setMean(Double mean)
public Double getMin()
public void setMin(Double min)
public boolean isUserEntered()
true
, it means a user manually entered the baseline values, as opposed to having them
automatically be calculated by examining past measurement data.
public void setUserEntered(boolean userEntered)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |