public class DownTimeGauge extends Object implements org.apache.flink.metrics.Gauge<Long>
For jobs that have never run (new not yet scheduled jobs) or jobs that have run again after failing, this gauge returns , and for jobs that are not running any more, it returns .
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
METRIC_NAME |
| 构造器和说明 |
|---|
DownTimeGauge(JobStatusProvider jobStatusProvider) |
public DownTimeGauge(JobStatusProvider jobStatusProvider)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.