Class TelemetryRegistry
java.lang.Object
org.camunda.bpm.engine.impl.telemetry.TelemetryRegistry
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ApplicationServerImplprotected Stringprotected Map<String,CommandCounter> protected LicenseKeyDataImplprotected AtomicBoolean - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()voidbooleanvoidmarkOccurrence(String name) voidmarkOccurrence(String name, long times) voidsetApplicationServer(String applicationServerVersion) voidsetCamundaIntegration(String camundaIntegration) voidsetLicenseKey(LicenseKeyDataImpl licenseKey) booleansetTelemetryLocallyActivated(boolean activated) voidsetWebapps(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() 
 -