| Package | Description |
|---|---|
| com.aliyun.odps.counter |
用于获取任务运行时统计数据的计数器
|
| Modifier and Type | Method and Description |
|---|---|
Counter |
Counters.findCounter(Enum<?> key)
查找 Counter,给定 enum 对象.
|
Counter |
CounterGroup.findCounter(String counterName)
|
Counter |
Counters.findCounter(String groupName,
String counterName)
查找 Counter,给定 Counter 组名和 Counter 名
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Counter> |
CounterGroup.iterator()
返回 Counter的迭代器.
|
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.