| Package | Description |
|---|---|
| com.facebook.presto.common |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeStats |
RuntimeStats.copyOf(RuntimeStats stats) |
static RuntimeStats |
RuntimeStats.merge(RuntimeStats stats1,
RuntimeStats stats2)
Merges
stats1 and stats2 and returns the result. |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeStats |
RuntimeStats.copyOf(RuntimeStats stats) |
static RuntimeStats |
RuntimeStats.merge(RuntimeStats stats1,
RuntimeStats stats2)
Merges
stats1 and stats2 and returns the result. |
void |
RuntimeStats.mergeWith(RuntimeStats stats)
Merges
stats into this object. |
void |
RuntimeStats.update(RuntimeStats stats)
Updates the metrics according to their values in
stats. |
Copyright © 2012–2022. All rights reserved.