public interface Statistics
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Reset all statistics
|
long |
getDigestCreatedCount()
Get global number of entity insert
|
long |
getEntityDeleteCount()
Get global number of entity deletes
|
long |
getEntityInsertCount()
Get global number of entity insert
|
long |
getEntityLoadCount()
Get global number of entity load
|
EntityStatistics |
getEntityStatistics(String nodeType)
Gets EntityStatistics by nodeType
|
long |
getMessageCreatedCount()
Get global number of entity deletes
|
long |
getNotificationCreatedCount()
Get global number of entity load
|
String[] |
getPluginNames()
Get the names of all entities
|
PluginStatistics |
getPluginStatistics(String pluginId)
Gets PluginStatistics by Id
|
String[] |
getQueries()
Get all executed query strings
|
long |
getQueryExecutionCount()
Get global number of executed queries
|
long |
getQueryExecutionMaxTime()
Get the time in milliseconds of the slowest query.
|
String |
getQueryExecutionMaxTimeQueryString()
Get the query string for the slowest query.
|
QueryStatistics |
getQueryStatistics(String queryString)
Gets QueryStatistics by queryString
|
long |
getQueuePollCount()
Get global number of poll queue
|
long |
getQueuePutCount()
Get global number of put queue
|
QueueStatistics |
getQueueStatistics(String pluginId)
Gets QueueStatistics by Id
|
long |
getStartTime()
Gets the start time of statistics process
|
boolean |
isStatisticsEnabled()
Are statistics logged
|
void |
setStatisticsEnabled(boolean enable)
Sets is running on statistic mode.
|
void clear()
PluginStatistics getPluginStatistics(String pluginId)
EntityStatistics getEntityStatistics(String nodeType)
QueueStatistics getQueueStatistics(String pluginId)
QueryStatistics getQueryStatistics(String queryString)
queryString - long getMessageCreatedCount()
long getNotificationCreatedCount()
long getDigestCreatedCount()
long getEntityDeleteCount()
long getEntityLoadCount()
long getEntityInsertCount()
long getQueryExecutionCount()
long getQueryExecutionMaxTime()
String getQueryExecutionMaxTimeQueryString()
long getQueuePutCount()
long getQueuePollCount()
boolean isStatisticsEnabled()
String[] getQueries()
String[] getPluginNames()
long getStartTime()
void setStatisticsEnabled(boolean enable)
enable - Copyright © 2003–2015 eXo Platform SAS. All rights reserved.