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