Package org.ametys.web.cache.monitoring
Interface Constants
public interface Constants
Constants for cache monitoring
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The id of the configuration parameter corresponding to the pool to access monitoring datasourcestatic final String
The request attribute to transmit the page access objectstatic final String
The name of the table for front resource accessstatic final String
The name of the table for httpserver resource accessstatic final String
The name of the table for front staticticsstatic final String
The name of the table for page resource accessstatic final String
The name of the table for page elements resource accessstatic final String
The name of the table for back statictics for page elementsstatic final String
The name of the table for back statictics
-
Field Details
-
MONITORING_DATASOURCE_POOL_CONFIG_PARAM
The id of the configuration parameter corresponding to the pool to access monitoring datasource- See Also:
-
SQL_TABLE_NAME_PAGE_ACCESS
The name of the table for page resource access- See Also:
-
SQL_TABLE_NAME_PAGE_ELEMENTS_ACCESS
The name of the table for page elements resource access- See Also:
-
SQL_TABLE_NAME_FRONT_ACCESS
The name of the table for front resource access- See Also:
-
SQL_TABLE_NAME_HTTPSERVER_ACCESS
The name of the table for httpserver resource access- See Also:
-
SQL_TABLE_NAME_PAGE_STATISTICS
The name of the table for back statictics- See Also:
-
SQL_TABLE_NAME_PAGE_ELEMENTS_STATISTICS
The name of the table for back statictics for page elements- See Also:
-
SQL_TABLE_NAME_HTTPSERVER_AND_FRONT_STATISTICS
The name of the table for front statictics- See Also:
-
REQUEST_ATTRIBUTE_PAGEACCESS
The request attribute to transmit the page access object- See Also:
-