Klasse DUUIStorageMetrics

java.lang.Object
org.texttechnologylab.duui.api.metrics.providers.DUUIStorageMetrics

public class DUUIStorageMetrics extends Object
A class containing database related metrics and means to update them.
Autor:
Cedric Borkowski.
  • 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.