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übersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic void
Increment the counter for the number of components.static void
Increment the counter for the number of documents.static void
Increment the counter for the number of events.static void
Increment the counter for the number of pipelines.static void
Increment the counter for the number of processes.static void
Increment the counter for the number of users.static void
register()
Register all metrics.
-
Konstruktordetails
-
DUUIStorageMetrics
public DUUIStorageMetrics()
-
-
Methodendetails
-
register
public static void register()Register all metrics. -
incrementPipelinesCounter
public static void incrementPipelinesCounter()Increment the counter for the number of pipelines. -
incrementComponentsCounter
public static void incrementComponentsCounter()Increment the counter for the number of components. -
incrementProcesssesCounter
public static void incrementProcesssesCounter()Increment the counter for the number of processes. -
incrementDocumentsCounter
public static void incrementDocumentsCounter()Increment the counter for the number of documents. -
incrementEventsCounter
public static void incrementEventsCounter()Increment the counter for the number of events. -
incrementUsersCounter
public static void incrementUsersCounter()Increment the counter for the number of users.
-