org.rhq.core.domain.measurement
Class MeasurementOOB

java.lang.Object
  extended by org.rhq.core.domain.measurement.MeasurementOOB

public class MeasurementOOB
extends Object

Store for OOB related data


Field Summary
static String COUNT_FOR_DATE
           
static String DELETE_FOR_GROUP_AND_DEFINITION
           
static String DELETE_FOR_RESOURCES
           
static String DELETE_FOR_SCHEDULE
           
static String DELETE_OUTDATED
           
static String GET_HIGHEST_FACTORS_FOR_RESOURCE
           
static String GET_SCHEDULES_WITH_OOB_AGGREGATE
           
static String GET_SCHEDULES_WITH_OOB_AGGREGATE_ADMIN
           
static String GET_SCHEDULES_WITH_OOB_AGGREGATE_COUNT
           
static String INSERT_NEW_ONES
           
static String INSERT_QUERY
           
static String MERGE_TABLES_ORACLE
           
static String SECURITY_ADDITION
           
static String TRUNCATE_TMP_TABLE
           
static String UPDATE_MASTER_GENERIC
           
static String UPDATE_MASTER_POSTGRES
           
 
Constructor Summary
protected MeasurementOOB()
           
 
Method Summary
 int getOobFactor()
           
 int getScheduleId()
           
 long getTimestamp()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GET_SCHEDULES_WITH_OOB_AGGREGATE

public static final String GET_SCHEDULES_WITH_OOB_AGGREGATE
See Also:
Constant Field Values

GET_SCHEDULES_WITH_OOB_AGGREGATE_ADMIN

public static final String GET_SCHEDULES_WITH_OOB_AGGREGATE_ADMIN
See Also:
Constant Field Values

GET_SCHEDULES_WITH_OOB_AGGREGATE_COUNT

public static final String GET_SCHEDULES_WITH_OOB_AGGREGATE_COUNT
See Also:
Constant Field Values

DELETE_OUTDATED

public static final String DELETE_OUTDATED
See Also:
Constant Field Values

COUNT_FOR_DATE

public static final String COUNT_FOR_DATE
See Also:
Constant Field Values

GET_HIGHEST_FACTORS_FOR_RESOURCE

public static final String GET_HIGHEST_FACTORS_FOR_RESOURCE
See Also:
Constant Field Values

DELETE_FOR_GROUP_AND_DEFINITION

public static final String DELETE_FOR_GROUP_AND_DEFINITION
See Also:
Constant Field Values

DELETE_FOR_SCHEDULE

public static final String DELETE_FOR_SCHEDULE
See Also:
Constant Field Values

DELETE_FOR_RESOURCES

public static final String DELETE_FOR_RESOURCES
See Also:
Constant Field Values

INSERT_QUERY

public static final String INSERT_QUERY
See Also:
Constant Field Values

UPDATE_MASTER_POSTGRES

public static final String UPDATE_MASTER_POSTGRES
See Also:
Constant Field Values

MERGE_TABLES_ORACLE

public static final String MERGE_TABLES_ORACLE
See Also:
Constant Field Values

UPDATE_MASTER_GENERIC

public static final String UPDATE_MASTER_GENERIC
See Also:
Constant Field Values

INSERT_NEW_ONES

public static final String INSERT_NEW_ONES
See Also:
Constant Field Values

TRUNCATE_TMP_TABLE

public static final String TRUNCATE_TMP_TABLE
See Also:
Constant Field Values

SECURITY_ADDITION

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

MeasurementOOB

protected MeasurementOOB()
Method Detail

getScheduleId

public int getScheduleId()

getTimestamp

public long getTimestamp()

getOobFactor

public int getOobFactor()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.