Class ServersCacheStatsGenerator.RawStatsEntry
java.lang.Object
org.ametys.web.cache.monitoring.ui.ServersCacheStatsGenerator.RawStatsEntry
- Enclosing class:
- ServersCacheStatsGenerator
Object model representing a raw entry of stats retrieved through the DB.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
__textToString
(Object object) Utility method Object representing a text to Stringprotected boolean
Indicates if this instance has back(-office) information.protected boolean
Indicates if this instance has httpserver information.
-
Field Details
-
_data
The map of raw data objects
-
-
Constructor Details
-
RawStatsEntry
Constructor- Parameters:
data
- map of raw data object.- Throws:
SQLException
- if an error occurs while retrieving statistics in SQL database
-
-
Method Details
-
hasHTTPServerInfo
Indicates if this instance has httpserver information.- Returns:
- a boolean
-
hasBackInfo
Indicates if this instance has back(-office) information.- Returns:
- a boolean
-
__textToString
Utility method Object representing a text to String- Parameters:
object
- The object to convert- Returns:
- the boolean
- Throws:
SQLException
- if an error occurs while retrieving statistics in SQL database
-