T
public class SimpleGauge<T> extends Object implements org.apache.flink.metrics.Gauge<T>
SimpleGauge(T initialValue)
getValue()
void
update(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetricType
public SimpleGauge(T initialValue)
public void update(T value)
public T getValue()
getValue
org.apache.flink.metrics.Gauge<T>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.