Uses of Class
org.camunda.community.rest.client.dto.TelemetryCountDto
Packages that use TelemetryCountDto
-
Uses of TelemetryCountDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return TelemetryCountDtoMethods in org.camunda.community.rest.client.dto that return types with arguments of type TelemetryCountDtoModifier and TypeMethodDescriptionTelemetryInternalsDto.getCommands()The count of executed commands after the last retrieved data.org.openapitools.jackson.nullable.JsonNullable<Map<String,TelemetryCountDto>> TelemetryInternalsDto.getCommands_JsonNullable()TelemetryInternalsDto.getMetrics()The collected metrics are the number of root process instance executions started, the number of activity instances started or also known as flow node instances, and the number of executed decision instances and elements.org.openapitools.jackson.nullable.JsonNullable<Map<String,TelemetryCountDto>> TelemetryInternalsDto.getMetrics_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type TelemetryCountDtoModifier and TypeMethodDescriptionTelemetryInternalsDto.putCommandsItem(String key, TelemetryCountDto commandsItem) TelemetryInternalsDto.putMetricsItem(String key, TelemetryCountDto metricsItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type TelemetryCountDtoModifier and TypeMethodDescriptionTelemetryInternalsDto.commands(Map<String, TelemetryCountDto> commands) TelemetryInternalsDto.metrics(Map<String, TelemetryCountDto> metrics) voidTelemetryInternalsDto.setCommands(Map<String, TelemetryCountDto> commands) voidTelemetryInternalsDto.setCommands_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, TelemetryCountDto>> commands) voidTelemetryInternalsDto.setMetrics(Map<String, TelemetryCountDto> metrics) voidTelemetryInternalsDto.setMetrics_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, TelemetryCountDto>> metrics)