Class ServersCacheStatsGenerator.FrontFromFrontStatsEntry
- java.lang.Object
-
- org.ametys.web.cache.monitoring.ui.ServersCacheStatsGenerator.FrontFromFrontStatsEntry
-
- Direct Known Subclasses:
ServersCacheStatsGenerator.FrontFromHTTPServerStatsEntry
- Enclosing class:
- ServersCacheStatsGenerator
protected class ServersCacheStatsGenerator.FrontFromFrontStatsEntry extends Object
Object model representing an entry of stats for a front resource, coming from the Front (direct request to tomcat, bypassing any HTTP server if any).
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
_frontCacheable
is front cacheableprotected int
_frontCacheHits1
front cache hits 1protected int
_frontCacheHits2
front cache hits 2protected int
_frontHits
front hitsprotected String
_frontPath
front pathprotected String
_frontSite
front site name
-
Constructor Summary
Constructors Modifier Constructor Description protected
FrontFromFrontStatsEntry(Map<String,Object> data)
Ctor
-
-
-
Field Detail
-
_frontSite
protected String _frontSite
front site name
-
_frontPath
protected String _frontPath
front path
-
_frontCacheable
protected boolean _frontCacheable
is front cacheable
-
_frontHits
protected int _frontHits
front hits
-
_frontCacheHits1
protected int _frontCacheHits1
front cache hits 1
-
_frontCacheHits2
protected int _frontCacheHits2
front cache hits 2
-
-
Constructor Detail
-
FrontFromFrontStatsEntry
protected FrontFromFrontStatsEntry(Map<String,Object> data)
Ctor- Parameters:
data
- map of raw data object.
-
-