|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| org.rhq.* |
|---|
| org.rhq.plugins.postgres.PostgresDiscoveryComponent | ||
|---|---|---|
public static final String |
CONFIG_FILE_CONFIGURATION_PROPERTY |
"configFile" |
public static final String |
CREDENTIALS_CONFIGURATION_PROPERTY |
"credentials" |
public static final String |
DB_CONFIGURATION_PROPERTY |
"db" |
public static final String |
DRIVER_CONFIGURATION_PROPERTY |
"driverClass" |
public static final String |
HOST_CONFIGURATION_PROPERTY |
"host" |
public static final String |
PGDATA_DIR_CONFIGURATION_PROPERTY |
"pgdataDir" |
public static final String |
PORT_CONFIGURATION_PROPERTY |
"port" |
public static final String |
PRINCIPAL_CONFIGURATION_PROPERTY |
"principal" |
| org.rhq.plugins.postgres.PostgresTableComponent | ||
|---|---|---|
public static final String |
PG_COUNT_ROWS |
"SELECT COUNT(*) FROM " |
public static final String |
PG_COUNT_ROWS_APPROX |
"SELECT reltuples FROM pg_class WHERE relname = ? " |
public static final String |
PG_STAT_USER_TABLES_QUERY |
"SELECT ts.*, pg_relation_size(ts.relid) AS table_size, pg_total_relation_size(ts.relid) AS total_size, \n ios.heap_blks_read, ios.heap_blks_hit, ios.idx_blks_read, ios.idx_blks_hit, \n ios.toast_blks_read, ios.toast_blks_hit, ios.tidx_blks_read, ios.tidx_blks_hit \nFROM pg_stat_user_tables ts LEFT JOIN pg_statio_user_tables ios on ts.relid = ios.relid \nWHERE ts.relname = ?" |
| org.rhq.plugins.postgres.PostgresTableDiscoveryComponent | ||
|---|---|---|
public static final String |
TABLE_NAMES_QUERY |
"select relname from pg_stat_user_tables" |
| org.rhq.plugins.postgres.PostgresUserDiscoveryComponent | ||
|---|---|---|
public static final String |
USERS_QUERY |
"select * from pg_roles" |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||