public abstract class RTCConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DB_GET_INFO_FOR_IP
The sql statement that is used to get node information for an IP address.
|
static String |
DB_GET_OUTAGE_ENTRIES
The sql statement for getting outage entries for a nodeid/ip/serviceid.
|
static String |
DB_GET_SERVICE_STATUS
The sql statement that is used to get 'status' for a nodeid/ip/svc.
|
static String |
DB_GET_SVC_ENTRIES
The sql statement that is used to get services information for a
nodeid/IP address.
|
static double |
NODE_NOT_IN_CATEGORY
The value returned by RTC if a nodeid/ip/svc tuple does not belong to a
category.
|
static String |
RTC_CONF_FNAME
The base name of the eventd configuration file.
|
static String |
SQL_DB_NODE_IPADDRS
The SQL statement necessary to get the IP addresses associated with a
node.
|
static String |
SQL_DB_SVC_TABLE_READ
The SQL statement necessary to read service id and service name into map.
|
static String |
SQL_DB_SVCNAME_TO_SVCID
The SQL statement necessary to convert the service name into a service id
using the 'service' table.
|
Constructor and Description |
---|
RTCConstants() |
public static double NODE_NOT_IN_CATEGORY
public static final String RTC_CONF_FNAME
public static final String SQL_DB_SVC_TABLE_READ
public static final String SQL_DB_SVCNAME_TO_SVCID
public static final String DB_GET_INFO_FOR_IP
public static final String DB_GET_SVC_ENTRIES
public static final String DB_GET_SERVICE_STATUS
public static final String DB_GET_OUTAGE_ENTRIES
public static final String SQL_DB_NODE_IPADDRS
Copyright © 2015. All rights reserved.