| 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> |
MetricGroupImpl.gauge(String name,
Gauge<T> gauge) |
<T> Gauge<T> |
MetricGroup.gauge(String name,
Gauge<T> gauge)
Registers a new
Gauge with Paimon. |
| Modifier and Type | Method and Description |
|---|---|
<T> Gauge<T> |
MetricGroupImpl.gauge(String name,
Gauge<T> gauge) |
<T> Gauge<T> |
MetricGroup.gauge(String name,
Gauge<T> gauge)
Registers a new
Gauge with Paimon. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.