Package | Description |
---|---|
org.eclipse.microprofile.lra.tck.service |
Modifier and Type | Method and Description |
---|---|
static LRAMetricType |
LRAMetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LRAMetricType[] |
LRAMetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
LRAMetricService.getMetric(LRAMetricType metricType,
URI lraId)
Returns count number for particular metric type.
|
int |
LRAMetricService.getMetric(LRAMetricType metricType,
URI lraId,
Class<?> participantClazz)
Returns count number for particular metric type filtered by LRA id and the participant class which defines the
participant name (the fully qualified class name is used for it).
|
int |
LRAMetricService.getMetric(LRAMetricType metricType,
URI lraId,
String participantClassName)
Returns count number for particular metric type filtered by LRA id and the participant's name.
|
int |
LRAMetricRest.getMetric(LRAMetricType metricType,
URI lra,
String participantName) |
int |
LRAMetricService.getMetricAll(LRAMetricType metricType)
Returns count number for particular metric type regardless of the LRA id or the participant's name.
|
void |
LRAMetricService.incrementMetric(LRAMetricType metricType,
URI lraId,
Class<?> participantClazz)
It increments counter of the metric type for particular LRA id and particular participant class which is
translated to fully qualified class name as participant name.
|
Copyright © 2018 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.