public class Metric extends Object
| Constructor and Description |
|---|
Metric() |
Metric(Metric metric) |
Metric(String name,
long totalCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentCount() |
String |
getName() |
long |
getTotalCount() |
void |
setCurrentCount(long currentCount) |
void |
setName(String name) |
void |
setTotalCount(long totalCount) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.