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