public class FlinkGaugeWrapper<T> extends Object implements com.codahale.metrics.Gauge<T>
| Constructor and Description |
|---|
FlinkGaugeWrapper(org.apache.flink.metrics.Gauge<T> gauge) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FlinkGaugeWrapper<T> |
fromGauge(org.apache.flink.metrics.Gauge<?> gauge) |
T |
getValue() |
public FlinkGaugeWrapper(org.apache.flink.metrics.Gauge<T> gauge)
public static <T> FlinkGaugeWrapper<T> fromGauge(org.apache.flink.metrics.Gauge<?> gauge)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.