| Package | Description |
|---|---|
| io.etrace.agent.monitor.jvm |
| Modifier and Type | Method and Description |
|---|---|
static JvmMetric.MetricType |
JvmMetric.MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JvmMetric.MetricType[] |
JvmMetric.MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JvmMetric.put(JvmMetric.MetricType key,
double value) |
void |
JvmMetric.put(JvmMetric.MetricType key,
long value) |
void |
JvmMetric.put(JvmMetric.MetricType key,
String subType,
String name,
long value) |
Copyright © 2019. All rights reserved.