Class TelemetryRegistry

java.lang.Object
org.camunda.bpm.engine.impl.telemetry.TelemetryRegistry

public class TelemetryRegistry extends Object
  • Field Details

  • Constructor Details

    • TelemetryRegistry

      public TelemetryRegistry()
  • Method Details

    • getApplicationServer

      public ApplicationServerImpl getApplicationServer()
    • setApplicationServer

      public void setApplicationServer(String applicationServerVersion)
    • getCommands

      public Map<String,CommandCounter> getCommands()
    • getCamundaIntegration

      public String getCamundaIntegration()
    • setCamundaIntegration

      public void setCamundaIntegration(String camundaIntegration)
    • getLicenseKey

      public LicenseKeyDataImpl getLicenseKey()
    • setLicenseKey

      public void setLicenseKey(LicenseKeyDataImpl licenseKey)
    • getWebapps

      public Set<String> getWebapps()
    • setWebapps

      public void setWebapps(Set<String> webapps)
    • markOccurrence

      public void markOccurrence(String name)
    • markOccurrence

      public void markOccurrence(String name, long times)
    • addWebapp

      public void addWebapp(String webapp)
    • isTelemetryLocallyActivated

      public boolean isTelemetryLocallyActivated()
    • setTelemetryLocallyActivated

      public boolean setTelemetryLocallyActivated(boolean activated)
      Returns:
      previous value
    • clearCommandCounts

      public void clearCommandCounts()
    • clear

      public void clear()