| Package | Description |
|---|---|
| com.aliyun.odps.table.metrics | |
| com.aliyun.odps.table.metrics.count |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Counter
A Counter is a
Metric that measures a count. |
interface |
Gauge<T>
A Gauge is a
Metric that calculates a specific value at a point in time. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Metric> |
Metrics.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Metrics.register(Metric metric) |
| Modifier and Type | Class and Description |
|---|---|
class |
BytesCount |
class |
RecordCount |
class |
SimpleCounter |
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.