public class TelemetryRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationServer |
applicationServer |
protected Map<String,CommandCounter> |
commands |
static String |
EXECUTED_DECISION_INSTANCES |
static String |
FLOW_NODE_INSTANCES |
static String |
ROOT_PROCESS_INSTANCES |
protected Date |
startReportTime |
static String |
UNIQUE_TASK_WORKERS |
| Constructor and Description |
|---|
TelemetryRegistry() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationServer |
getApplicationServer() |
Map<String,CommandCounter> |
getCommands() |
Date |
getStartReportTime() |
void |
markOccurrence(String name) |
void |
setApplicationServer(ApplicationServer applicationServer) |
void |
setApplicationServer(String applicationServerVersion) |
void |
setStartReportTime(Date lastReport) |
public static final String ROOT_PROCESS_INSTANCES
public static final String EXECUTED_DECISION_INSTANCES
public static final String FLOW_NODE_INSTANCES
public static final String UNIQUE_TASK_WORKERS
protected Map<String,CommandCounter> commands
protected ApplicationServer applicationServer
protected Date startReportTime
public ApplicationServer getApplicationServer()
public void setApplicationServer(ApplicationServer applicationServer)
public void setApplicationServer(String applicationServerVersion)
public Map<String,CommandCounter> getCommands()
public Date getStartReportTime()
public void setStartReportTime(Date lastReport)
public void markOccurrence(String name)
Copyright © 2013–2020 camunda services GmbH. All rights reserved.