protected class ServersCacheStatsGenerator.FrontFromHTTPServerStatsEntry extends ServersCacheStatsGenerator.FrontFromFrontStatsEntry
Modifier and Type | Field and Description |
---|---|
protected int |
_serverCacheHits
server cache hits
|
protected int |
_serverHits
server hits
|
protected String |
_serverPath
Server path
|
protected String |
_serverSite
Server site name
|
_frontCacheable, _frontCacheHits1, _frontCacheHits2, _frontHits, _frontPath, _frontSite
Modifier | Constructor and Description |
---|---|
protected |
FrontFromHTTPServerStatsEntry(Map<String,Object> data)
Ctor
|
Modifier and Type | Method and Description |
---|---|
protected String |
getSanitizedPath()
Returns a sanitized path given the different path properties of this
instance.
|
protected boolean |
hasFrontInfo()
Indicates if this instance has front(-office) information.
|
protected void |
merge(ServersCacheStatsGenerator.FrontFromHTTPServerStatsEntry that)
Merge this instance of
FrontFromHTTPServerStatsEntry with
another instance of FrontFromHTTPServerStatsEntry |
protected final String _serverSite
protected final String _serverPath
protected int _serverHits
protected int _serverCacheHits
protected FrontFromHTTPServerStatsEntry(Map<String,Object> data)
data
- map of raw data object.protected void merge(ServersCacheStatsGenerator.FrontFromHTTPServerStatsEntry that)
FrontFromHTTPServerStatsEntry
with
another instance of FrontFromHTTPServerStatsEntry
that
- the stats entry to merhe withprotected String getSanitizedPath()
protected boolean hasFrontInfo()