Class TelemetryRegistry
java.lang.Object
org.camunda.bpm.engine.impl.telemetry.TelemetryRegistry
-
Field Summary
Modifier and TypeFieldDescriptionprotected ApplicationServerImpl
protected String
protected Map<String,
CommandCounter> protected LicenseKeyDataImpl
protected AtomicBoolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clear()
void
boolean
void
markOccurrence
(String name) void
markOccurrence
(String name, long times) void
setApplicationServer
(String applicationServerVersion) void
setCamundaIntegration
(String camundaIntegration) void
setLicenseKey
(LicenseKeyDataImpl licenseKey) boolean
setTelemetryLocallyActivated
(boolean activated) void
setWebapps
(Set<String> webapps)
-
Field Details
-
commands
-
applicationServer
-
licenseKey
-
camundaIntegration
-
webapps
-
telemetryLocallyActivated
-
-
Constructor Details
-
TelemetryRegistry
public TelemetryRegistry()
-
-
Method Details
-
getApplicationServer
-
setApplicationServer
-
getCommands
-
getCamundaIntegration
-
setCamundaIntegration
-
getLicenseKey
-
setLicenseKey
-
getWebapps
-
setWebapps
-
markOccurrence
-
markOccurrence
-
addWebapp
-
isTelemetryLocallyActivated
public boolean isTelemetryLocallyActivated() -
setTelemetryLocallyActivated
public boolean setTelemetryLocallyActivated(boolean activated) - Returns:
- previous value
-
clearCommandCounts
public void clearCommandCounts() -
clear
public void clear()
-