public interface StatisticsCollector
| Modifier and Type | Method and Description |
|---|---|
void |
createDigestCount(String pluginId)
Callback about a digest message being created.
|
void |
createMessageInfoCount(String pluginId)
Callback about a message info being created.
|
void |
createNotificationInfoCount(String pluginId)
Callback about a notification info being created.
|
void |
deleteEntity(String nodeType)
Callback about a entity being deleted
|
void |
insertEntity(String nodeType)
Callback about a entity being inserted
|
void |
loadEntity(String nodeType)
Callback about a entity being loaded
|
void |
pollQueue(String pluginId)
Callback indicating execution of poll queue
|
void |
putQueue(String pluginId)
Callback indicating execution of put queue
|
void |
queryExecuted(String statement,
long rows,
long time)
Callback indicating execution of a query statement
|
void |
updateEntity(String nodeType)
Callback about a entity being updated
|
void createMessageInfoCount(String pluginId)
pluginId - Notification Plugin is using created messagevoid createNotificationInfoCount(String pluginId)
pluginId - Notification Plugin is using created notificationvoid createDigestCount(String pluginId)
pluginId - Notification Plugin is using created digest messagevoid deleteEntity(String nodeType)
nodeType - nodetype has been deletedvoid insertEntity(String nodeType)
nodeType - nodetype has been deletedvoid updateEntity(String nodeType)
nodeType - nodetype has been updatedvoid loadEntity(String nodeType)
nodeType - nodetype has been loadedvoid queryExecuted(String statement, long rows, long time)
statement - The queryrows - Number of rows returnedtime - execution timevoid pollQueue(String pluginId)
pluginId - void putQueue(String pluginId)
pluginId - Copyright © 2003–2019 eXo Platform SAS. All rights reserved.