public class TelemetryRegistry extends Object
Modifier and Type | Field and Description |
---|---|
protected ApplicationServer |
applicationServer |
protected String |
camundaIntegration |
protected Map<String,CommandCounter> |
commands |
protected boolean |
isCollectingTelemetryDataEnabled |
protected LicenseKeyData |
licenseKey |
protected Set<String> |
webapps |
Constructor and Description |
---|
TelemetryRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addWebapp(String webapp) |
void |
clear() |
ApplicationServer |
getApplicationServer() |
String |
getCamundaIntegration() |
Map<String,CommandCounter> |
getCommands() |
LicenseKeyData |
getLicenseKey() |
Set<String> |
getWebapps() |
boolean |
isCollectingTelemetryDataEnabled() |
void |
markOccurrence(String name) |
void |
markOccurrence(String name,
long times) |
void |
setApplicationServer(ApplicationServer applicationServer) |
void |
setApplicationServer(String applicationServerVersion) |
void |
setCamundaIntegration(String camundaIntegration) |
void |
setCollectingTelemetryDataEnabled(boolean isTelemetryEnabled) |
void |
setLicenseKey(LicenseKeyData licenseKey) |
void |
setWebapps(Set<String> webapps) |
protected Map<String,CommandCounter> commands
protected ApplicationServer applicationServer
protected LicenseKeyData licenseKey
protected String camundaIntegration
protected boolean isCollectingTelemetryDataEnabled
public ApplicationServer getApplicationServer()
public void setApplicationServer(ApplicationServer applicationServer)
public void setApplicationServer(String applicationServerVersion)
public Map<String,CommandCounter> getCommands()
public String getCamundaIntegration()
public void setCamundaIntegration(String camundaIntegration)
public LicenseKeyData getLicenseKey()
public void setLicenseKey(LicenseKeyData licenseKey)
public boolean isCollectingTelemetryDataEnabled()
public void setCollectingTelemetryDataEnabled(boolean isTelemetryEnabled)
public void markOccurrence(String name)
public void markOccurrence(String name, long times)
public void addWebapp(String webapp)
public void clear()
Copyright © 2022. All rights reserved.