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_frontCacheableis front cacheableprotected int_frontCacheHits1front cache hits 1protected int_frontCacheHits2front cache hits 2protected int_frontHitsfront hitsprotected String_frontPathfront pathprotected String_frontSitefront site name 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedFrontFromFrontStatsEntry(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.
 
 - 
 
 -