Klasse DUUIStorageMetrics
java.lang.Object
org.texttechnologylab.duui.api.metrics.providers.DUUIStorageMetrics
A class containing database related metrics and means to update them.
- Autor:
- Cedric Borkowski.
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungstatic voidIncrement the counter for the number of components.static voidIncrement the counter for the number of documents.static voidIncrement the counter for the number of events.static voidIncrement the counter for the number of pipelines.static voidIncrement the counter for the number of processes.static voidIncrement the counter for the number of users.static voidregister()Register all metrics.
- 
Konstruktordetails- 
DUUIStorageMetricspublic DUUIStorageMetrics()
 
- 
- 
Methodendetails- 
registerpublic static void register()Register all metrics.
- 
incrementPipelinesCounterpublic static void incrementPipelinesCounter()Increment the counter for the number of pipelines.
- 
incrementComponentsCounterpublic static void incrementComponentsCounter()Increment the counter for the number of components.
- 
incrementProcesssesCounterpublic static void incrementProcesssesCounter()Increment the counter for the number of processes.
- 
incrementDocumentsCounterpublic static void incrementDocumentsCounter()Increment the counter for the number of documents.
- 
incrementEventsCounterpublic static void incrementEventsCounter()Increment the counter for the number of events.
- 
incrementUsersCounterpublic static void incrementUsersCounter()Increment the counter for the number of users.
 
-