protected class ServersCacheStatsGenerator.RawStatsEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
_data
The map of raw data objects
|
Modifier | Constructor and Description |
---|---|
protected |
RawStatsEntry(Map<String,Object> data)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected String |
__textToString(Object object)
Utility method
Object representing a text to String
|
protected boolean |
hasBackInfo()
Indicates if this instance has back(-office) information.
|
protected boolean |
hasHTTPServerInfo()
Indicates if this instance has httpserver information.
|
protected RawStatsEntry(Map<String,Object> data) throws SQLException
data
- map of raw data object.SQLException
- if an error occurs while retrieving statistics in SQL databaseprotected boolean hasHTTPServerInfo()
protected boolean hasBackInfo()
protected String __textToString(Object object) throws SQLException
object
- The object to convertSQLException
- if an error occurs while retrieving statistics in SQL database