Package org.ametys.web.cache.monitoring
Interface Constants
-
public interface Constants
Constants for cache monitoring
-
-
Field Summary
Fields Modifier and Type Field Description static StringMONITORING_DATASOURCE_POOL_CONFIG_PARAMThe id of the configuration parameter corresponding to the pool to access monitoring datasourcestatic StringREQUEST_ATTRIBUTE_PAGEACCESSThe request attribute to transmit the page access objectstatic StringSQL_TABLE_NAME_FRONT_ACCESSThe name of the table for front resource accessstatic StringSQL_TABLE_NAME_HTTPSERVER_ACCESSThe name of the table for httpserver resource accessstatic StringSQL_TABLE_NAME_HTTPSERVER_AND_FRONT_STATISTICSThe name of the table for front staticticsstatic StringSQL_TABLE_NAME_PAGE_ACCESSThe name of the table for page resource accessstatic StringSQL_TABLE_NAME_PAGE_ELEMENTS_ACCESSThe name of the table for page elements resource accessstatic StringSQL_TABLE_NAME_PAGE_ELEMENTS_STATISTICSThe name of the table for back statictics for page elementsstatic StringSQL_TABLE_NAME_PAGE_STATISTICSThe name of the table for back statictics
-
-
-
Field Detail
-
MONITORING_DATASOURCE_POOL_CONFIG_PARAM
static final String MONITORING_DATASOURCE_POOL_CONFIG_PARAM
The id of the configuration parameter corresponding to the pool to access monitoring datasource- See Also:
- Constant Field Values
-
SQL_TABLE_NAME_PAGE_ACCESS
static final String SQL_TABLE_NAME_PAGE_ACCESS
The name of the table for page resource access- See Also:
- Constant Field Values
-
SQL_TABLE_NAME_PAGE_ELEMENTS_ACCESS
static final String SQL_TABLE_NAME_PAGE_ELEMENTS_ACCESS
The name of the table for page elements resource access- See Also:
- Constant Field Values
-
SQL_TABLE_NAME_FRONT_ACCESS
static final String SQL_TABLE_NAME_FRONT_ACCESS
The name of the table for front resource access- See Also:
- Constant Field Values
-
SQL_TABLE_NAME_HTTPSERVER_ACCESS
static final String SQL_TABLE_NAME_HTTPSERVER_ACCESS
The name of the table for httpserver resource access- See Also:
- Constant Field Values
-
SQL_TABLE_NAME_PAGE_STATISTICS
static final String SQL_TABLE_NAME_PAGE_STATISTICS
The name of the table for back statictics- See Also:
- Constant Field Values
-
SQL_TABLE_NAME_PAGE_ELEMENTS_STATISTICS
static final String SQL_TABLE_NAME_PAGE_ELEMENTS_STATISTICS
The name of the table for back statictics for page elements- See Also:
- Constant Field Values
-
SQL_TABLE_NAME_HTTPSERVER_AND_FRONT_STATISTICS
static final String SQL_TABLE_NAME_HTTPSERVER_AND_FRONT_STATISTICS
The name of the table for front statictics- See Also:
- Constant Field Values
-
REQUEST_ATTRIBUTE_PAGEACCESS
static final String REQUEST_ATTRIBUTE_PAGEACCESS
The request attribute to transmit the page access object- See Also:
- Constant Field Values
-
-