| Package | Description |
|---|---|
| com.facebook.presto.common |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeMetric |
RuntimeMetric.copyOf(RuntimeMetric metric) |
RuntimeMetric |
RuntimeStats.getMetric(String name) |
static RuntimeMetric |
RuntimeMetric.merge(RuntimeMetric metric1,
RuntimeMetric metric2)
Merges
metric1 and metric2 and returns the result. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RuntimeMetric> |
RuntimeStats.getMetrics() |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeMetric |
RuntimeMetric.copyOf(RuntimeMetric metric) |
static RuntimeMetric |
RuntimeMetric.merge(RuntimeMetric metric1,
RuntimeMetric metric2)
Merges
metric1 and metric2 and returns the result. |
void |
RuntimeStats.mergeMetric(String name,
RuntimeMetric metric)
Merges
metric into this object with name name. |
void |
RuntimeMetric.mergeWith(RuntimeMetric metric)
Merges
metric into this object. |
void |
RuntimeMetric.set(RuntimeMetric metric) |
| Constructor and Description |
|---|
RuntimeStats(Map<String,RuntimeMetric> metrics) |
Copyright © 2012–2022. All rights reserved.