public abstract class HoodieFlinkMetrics extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.flink.metrics.MetricGroup |
metricGroup |
protected Map<String,Long> |
timers |
| Modifier | Constructor and Description |
|---|---|
protected |
HoodieFlinkMetrics(org.apache.flink.metrics.MetricGroup metricGroup) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
registerMetrics() |
protected void |
startTimer(String name) |
protected long |
stopTimer(String name) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.