Package | Description |
---|---|
org.apache.paimon.flink.metrics | |
org.apache.paimon.metrics |
Modifier and Type | Class and Description |
---|---|
class |
FlinkGauge<T>
Gauge which wraps a Flink's Gauge . |
Modifier and Type | Method and Description |
---|---|
<T> Gauge<T> |
FlinkMetricGroup.gauge(String name,
Gauge<T> gauge) |
Modifier and Type | Method and Description |
---|---|
<T> Gauge<T> |
FlinkMetricGroup.gauge(String name,
Gauge<T> gauge) |
Modifier and Type | Method and Description |
---|---|
<T> Gauge<T> |
MetricGroup.gauge(String name,
Gauge<T> gauge)
Registers a new
Gauge with Paimon. |
<T> Gauge<T> |
MetricGroupImpl.gauge(String name,
Gauge<T> gauge) |
Modifier and Type | Method and Description |
---|---|
<T> Gauge<T> |
MetricGroup.gauge(String name,
Gauge<T> gauge)
Registers a new
Gauge with Paimon. |
<T> Gauge<T> |
MetricGroupImpl.gauge(String name,
Gauge<T> gauge) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.